diff --git a/rowers/templates/menu_workouts.html b/rowers/templates/menu_workouts.html index 45778dc5..5b2982a8 100644 --- a/rowers/templates/menu_workouts.html +++ b/rowers/templates/menu_workouts.html @@ -37,6 +37,15 @@ Glue Workouts +
+ The workouts in the list are duplicate workouts. They are overlapping in time with other + workouts you have performed. They are not used in analysis or statistics. With the + form below you can select any number of duplicate workouts and remove them + permanently. This action is not reversible. +
+ {% if workouts %} + + {% else %} +No workouts found
+ {% endif %} +