diff --git a/rowers/templates/list_workouts.html b/rowers/templates/list_workouts.html index 43227cc6..f7003fe9 100644 --- a/rowers/templates/list_workouts.html +++ b/rowers/templates/list_workouts.html @@ -86,6 +86,12 @@ {% for workout in workouts %}
  • {{ workout.date|date:"Y-m-d" }} {{ workout.starttime|date:"H:i" }} + {% if workout.duplicate %} + + {% endif %} + {% if workout.rankingpiece %} + + {% endif %}
    {% if workout.name != '' %}