Private
Public Access
1
0

Challenge result made simpler

This commit is contained in:
Sander Roosendaal
2021-09-27 20:56:15 +02:00
parent 27bc739e34
commit 39e4a4c65d
3 changed files with 137 additions and 130 deletions

View File

@@ -58,17 +58,18 @@
</tr><tr>
<th>Time:</th><td>{{ workout.starttime }}</td>
</tr><tr>
<th>Distance:</th><td>{{ workout.distance }}m</td>
<th>Distance:</th><td>{{ record.distance }}m</td>
</tr><tr>
<th>Duration:</th><td>{{ workout.duration |durationprint:"%H:%M:%S.%f" }}</td>
<th>Duration:</th><td>{{ record.duration |durationprint:"%H:%M:%S.%f" }}</td>
</tr><tr>
<th>Type:</th><td>{{ workout.workouttype }}</td>
<th>Type:</th><td>{{ record.boatclass }} {{ record.boattype }}</td>
</tr><tr>
<th>Weight Category:</th><td>{{ workout.weightcategory }}</td>
<th>Weight Category:</th><td>{{ record.weightcategory }}</td>
</tr>
</table>
</li>
<li class="grid_2">
{% if workout %}
<h1>Workout Summary</h1>
<p>
@@ -76,6 +77,9 @@
{{ workout.summary }}
</pre>
</p>
{% else %}
The workout was removed by the user.
{% endif %}
</li>
{% for graph in graphs %}
<li>