improved manual entry form
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user