Private
Public Access
1
0

adding time and dsitance

This commit is contained in:
Sander Roosendaal
2021-12-27 12:34:36 +01:00
parent f3643b1f91
commit 0c3d8f408b
2 changed files with 11 additions and 1 deletions

View File

@@ -179,9 +179,11 @@
{{ workout.date|date:"Y-m-d" }} {{ workout.starttime|date:"H:i" }}
</div>
<div>
{{ workout.distance }}m
<span style="color:#555">Distance</span><br>
{{ workout.distance|distanceprint }}
</div>
<div>
<span style="color:#555">Time</span><br>
{{ workout.duration |durationprint:"%H:%M:%S.%f" }}
</div>
<div>