From 60947c3e8ef1248f9e5e9e6507a54388e859cb07 Mon Sep 17 00:00:00 2001 From: 2004-19 <127276464+2004-19@users.noreply.github.com> Date: Fri, 18 Oct 2024 19:08:30 +0530 Subject: [PATCH] Add Stock Portfolio Pie Chart #14 I have Add Stock Portfolio Pie Chart --- templates/history.html | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/templates/history.html b/templates/history.html index eb4e49e..f707843 100644 --- a/templates/history.html +++ b/templates/history.html @@ -1,10 +1,3 @@ -{% extends "layout.html" %} - -{% block title %} - History -{% endblock %} - -{% block main %}

History

@@ -23,6 +16,8 @@

History

{{ bought_list[i].time }} {% endfor %} + + @@ -39,5 +34,9 @@

History

{% endfor %}
Stocks
+ + +
+ +
-{% endblock %} \ No newline at end of file