Private
Public Access
1
0

improved manual entry form

This commit is contained in:
Sander Roosendaal
2018-11-09 12:10:56 +01:00
parent a562fc3f64
commit a376c079c7
5 changed files with 71 additions and 22 deletions

View File

@@ -36,7 +36,7 @@ $('#id_workouttype').change();
{% endblock %}
{% block main %}
<h1>Add Workout Manually</h1>
<h1>Add Manual Workout Entry</h1>
<ul class="main-content">
<li class="grid_2">
{% if form.errors %}
@@ -49,6 +49,7 @@ $('#id_workouttype').change();
enctype="multipart/form-data" action="" method="post">
<table width=100%>
{{ form.as_table }}
{{ metricsform.as_table }}
</table>
{% csrf_token %}
<p>