bug fixes
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user