Challenge result made simpler
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user