Private
Public Access
1
0
This commit is contained in:
Sander Roosendaal
2018-10-17 13:29:46 +02:00
parent 5ff9a81c63
commit 4f1ba0e802
2 changed files with 8 additions and 9 deletions

View File

@@ -81,7 +81,7 @@
<td> {{ workout.date|date:"Y-m-d" }} </td>
<td>
<div class="tooltip">
<a href={% url manager.defaultlandingpage id=workout.id %}>
<a href="{% url manager.defaultlandingpage id=workout.id %}">
{{ workout.name }}
</a>
<span class="tooltiptext">{{ workout.notes }}</span>