Private
Public Access
1
0

favorite charts by workout source

This commit is contained in:
Sander Roosendaal
2018-10-26 09:17:19 +02:00
parent 4e0db6e2e0
commit d85a1a7045
6 changed files with 47 additions and 27 deletions

View File

@@ -74,7 +74,9 @@ $('#id_workouttype').change();
</tr><tr>
<th>Duration:</th><td>{{ workout.duration |durationprint:"%H:%M:%S.%f" }}</td>
</tr><tr>
<th>Public link to this workout</th>
<th>Source:</th><td>{{ workout.workoutsource }}</td>
</tr><tr>
<th>Public link to this workout:</th>
<td>
<a href="/rowers/workout/{{ workout.id }}">https://rowsandall.com/rowers/workout/{{ workout.id }}</a>
</td>