lift-detail links on day pages

This commit is contained in:
James Turk 2015-04-08 11:21:37 -04:00
parent 15546fb07a
commit 5665be86fb

View File

@ -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>