Private
Public Access
1
0

date form for fitness metric

This commit is contained in:
Sander Roosendaal
2018-04-09 13:42:25 +02:00
parent b3eed722d6
commit 4ad1787a1d
4 changed files with 58 additions and 5 deletions

View File

@@ -77,11 +77,22 @@
<div id="title" class="grid_12 alpha">
<div class="grid_6 suffix_6 alpha">
<form enctype="multipart/form-data" method="post">
<table>
{{ form.as_table }}
</table>
{% csrf_token %}
<div class="grid_2 prefix_4 alpha">
<input name='daterange' class="button green" type="submit" value="Submit">
</div>
</form>
</div>
<div class="grid_10 alpha">
{% if therower.user %}
<h3>{{ therower.user.first_name }} Fitness Progress</h3>
<h3>{{ therower.user.first_name }} Power Estimates</h3>
{% else %}
<h3>{{ user.first_name }} Fitness progress</h3>
<h3>{{ user.first_name }} Power Estimates</h3>
{% endif %}
</div>
<div class="grid_2 omega">