Private
Public Access
1
0

adding preffereddate to session and tooltip on workout

This commit is contained in:
Sander Roosendaal
2018-03-10 15:48:23 +01:00
parent 22bc518bf2
commit 9af1ebc9db
4 changed files with 25 additions and 8 deletions

View File

@@ -92,9 +92,12 @@
<tr>
<td> {{ workout.date|date:"Y-m-d" }} </td>
<td>
<div class="tooltip">
<a href={% url manager.defaultlandingpage id=workout.id %}>
{{ workout.name }}
</a>
<span class="tooltiptext">{{ workout.notes }}</span>
</div>
</td>
<td> {{ workout.distance }}m</td>
<td> {{ workout.duration |durationprint:"%H:%M:%S.%f" }} </td>