Private
Public Access
1
0

adding functionality to make it easier to do timed courses

This commit is contained in:
2024-10-31 10:30:23 +01:00
parent a80c523c3b
commit c3504bd86e
7 changed files with 123 additions and 16 deletions

View File

@@ -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">