lift-detail links on day pages
This commit is contained in:
parent
15546fb07a
commit
5665be86fb
@ -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 New Issue
Block a user