lift-detail links on day pages
This commit is contained in:
parent
15546fb07a
commit
5665be86fb
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@
|
|||
<tbody>
|
||||
{% for set in sets %}
|
||||
<tr>
|
||||
<td>{{set.exercise}}</td>
|
||||
<td><a href="{% url 'lift-detail' set.exercise.id %}">{{set.exercise}}</a></td>
|
||||
<td>{% mass_unit set.weight_kg %}</td>
|
||||
<td>{{set.reps}}</td>
|
||||
</tr>
|
||||
|
|
Loading…
Reference in a new issue