bug fix fastest distance race
This commit is contained in:
@@ -24,6 +24,10 @@
|
||||
<form id="race_submit_form"
|
||||
method="post">
|
||||
<p>Select one of the following workouts that you rowed within the challenge window</p>
|
||||
<p>
|
||||
{% csrf_token %}
|
||||
<input type="submit" value="Submit">
|
||||
</p>
|
||||
<table width="100%">
|
||||
<tr>
|
||||
{% for field in w_form.hidden_fields %}
|
||||
@@ -37,10 +41,6 @@
|
||||
{% endfor %}
|
||||
</tr>
|
||||
</table>
|
||||
<p>
|
||||
{% csrf_token %}
|
||||
<input type="submit" value="Submit">
|
||||
</p>
|
||||
</li>
|
||||
<li class="grid_4">
|
||||
<p>
|
||||
|
||||
Reference in New Issue
Block a user