Private
Public Access
1
0

prototype history page

This commit is contained in:
Sander Roosendaal
2020-05-05 17:58:30 +02:00
parent 68d238b962
commit e7b3c7df0f
5 changed files with 76 additions and 4 deletions

View File

@@ -8,7 +8,16 @@
<h1>History</h1>
<ul class="main-content">
<script async="true" src="https://cdn.pydata.org/bokeh/release/bokeh-1.0.4.min.js"></script>
<li class="grid_1">
<li class="grid_4">
<form enctype="multipart/form-data" method="post">
{% csrf_token %}
<table>
{{ form.as_table }}
</table>
<input type="submit" value="Submit">
</form>
</li>
<li class="grid_2">
<h2>All workouts</h2>
<p>
@@ -39,7 +48,7 @@
</table>
</p>
</li>
<li>
<li class="grid_2">
<div>{{ totalscript|safe }}{{ totaldiv|safe }}</div>
</li>
{% for ddict in typedicts %}
@@ -74,12 +83,14 @@
</table>
</p>
</li>
{% endfor %}
</ul>
{% endblock %}
{% block sidebar %}
{% include 'menu_analytics.html' %}
{% endblock %}