adding functionality to make it easier to do timed courses
This commit is contained in:
@@ -111,6 +111,15 @@
|
||||
</table>
|
||||
</p>
|
||||
</li>
|
||||
{% if workoutid %}
|
||||
<li>
|
||||
<p>
|
||||
Suggested Workout: {{ workoutid|getworkoutname }}
|
||||
<br /><a href="/rowers/workout/{{ workoutid }}/submit/{{ course.id }}/" target="__">Measure time on course</a>
|
||||
|
||||
</p>
|
||||
</li>
|
||||
{% endif %}
|
||||
{% if form %}
|
||||
<li class="grid_4">
|
||||
|
||||
@@ -136,6 +145,16 @@
|
||||
</p>
|
||||
</li>
|
||||
{% endif %}
|
||||
{% else %}
|
||||
{% if workoutid %}
|
||||
<li>
|
||||
<p>
|
||||
Suggested Workout: {{ workoutid|getworkoutname }}
|
||||
<br /><a href="/rowers/workout/{{ workoutid }}/submit/{{ course.id }}/" target="__">Measure time on course</a>
|
||||
|
||||
</p>
|
||||
</li>
|
||||
{% endif %}
|
||||
{% endif %}
|
||||
{% if ownrecords %}
|
||||
<li class="grid_4">
|
||||
|
||||
Reference in New Issue
Block a user