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>
|
<tbody>
|
||||||
{% for set in sets %}
|
{% for set in sets %}
|
||||||
<tr>
|
<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>{% mass_unit set.weight_kg %}</td>
|
||||||
<td>{{set.reps}}</td>
|
<td>{{set.reps}}</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
|
Loading…
Reference in a new issue