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