Private
Public Access
1
0

bug fixes

This commit is contained in:
Sander Roosendaal
2020-03-28 10:54:29 +01:00
parent 7960c4d0f3
commit cace8b7061
4 changed files with 2527 additions and 1 deletions

View File

@@ -85,7 +85,7 @@
<tr>
<td> {{ workout.date|date:"Y-m-d" }} </td>
<td>
<a href="{% url manager.defaultlandingpage id=workout.id|encode %}">
<a href="{% url 'workout_view' id=workout.id|encode %}">
{{ workout.name }}
</a>
</td>