From 675aed86cc6474044658019e3a7df5f83d5991c4 Mon Sep 17 00:00:00 2001 From: Sander Roosendaal Date: Wed, 26 Jan 2022 08:28:41 +0100 Subject: [PATCH] adding icons for duplicate and ranking piece --- rowers/templates/list_workouts.html | 6 ++++++ 1 file changed, 6 insertions(+) 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 != '' %}