Private
Public Access
1
0

easy link to detach workouts

This commit is contained in:
Sander Roosendaal
2018-11-15 16:38:35 +01:00
parent 9921e7d777
commit 53f2462f7b
3 changed files with 26 additions and 1 deletions

View File

@@ -88,7 +88,10 @@
</div>
</td>
<td> {{ workout.distance }}m</td>
<td> {{ workout.duration |durationprint:"%H:%M:%S.%f" }} </td>
<td> {{ workout.duration |durationprint:"%H:%M:%S.%f" }} </td>
<td>
<a href="/rowers/sessions/{{ psdict.id.1 }}/detach/{{ workout.id }}/">Detach</a>
</td>
</tr>
{% endfor %}
</tbody>