Private
Public Access
1
0

adding timed courses to workout view and edit view

This commit is contained in:
Sander Roosendaal
2021-10-08 16:37:13 +02:00
parent e604350e23
commit d526646410
3 changed files with 34 additions and 1 deletions

View File

@@ -104,6 +104,16 @@
</td>
</tr>
{% endif %}
{% for course in courses %}
<tr>
<th>
Timed Course:
</th>
<td>
<a href="/rowers/courses/{{ course.id }}"/>{{ course }}</a>
</td>
</tr>
{% endfor %}
</table>
</li>
<li class="grid_2">