bug fix
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user