From 07c9f18113349575e03dad3b8116d55fbf410cd0 Mon Sep 17 00:00:00 2001 From: Sander Roosendaal Date: Fri, 19 Jan 2024 16:14:29 +0100 Subject: [PATCH] now working with crude confirmation page --- rowers/templates/list_workouts.html | 10 ++++++++ rowers/urls.py | 3 +++ rowers/views/workoutviews.py | 39 +++++++++++++++++++++++------ 3 files changed, 45 insertions(+), 7 deletions(-) diff --git a/rowers/templates/list_workouts.html b/rowers/templates/list_workouts.html index 3984d421..283c8755 100644 --- a/rowers/templates/list_workouts.html +++ b/rowers/templates/list_workouts.html @@ -79,6 +79,15 @@ {% endif %} {% endif %} + {% if not request.GET.selectworkouts %} + + Bulk Actions + + {% else %} + + Close Bulk Actions + + {% endif %} @@ -87,6 +96,7 @@
  • Bulk Operation

    +

    Please select workouts from the list to do a bulk operation on.