From d8ef96c486be0fa19202635bae554574f512b0b4 Mon Sep 17 00:00:00 2001 From: Ross Date: Tue, 9 Dec 2025 22:16:34 +0000 Subject: [PATCH] . --- .../rota/partials/rota_option_inline.html | 78 +++++++++-------- .../partials/rota_option_modal_single.html | 5 ++ .../rota/partials/rota_option_row.html | 4 +- .../templates/rota/rota_detail.html | 4 +- djangorota/rota/views.py | 87 ++++++++++++++++++- 5 files changed, 133 insertions(+), 45 deletions(-) diff --git a/djangorota/djangorota/templates/rota/partials/rota_option_inline.html b/djangorota/djangorota/templates/rota/partials/rota_option_inline.html index 80b8dd5..ec7002d 100644 --- a/djangorota/djangorota/templates/rota/partials/rota_option_inline.html +++ b/djangorota/djangorota/templates/rota/partials/rota_option_inline.html @@ -1,39 +1,43 @@ {% load crispy_forms_tags %} -
- {% csrf_token %} - {% if error %} -
{{ error }}
- {% endif %} -
- -
- -
-
-
- -
-
- + + + + {% csrf_token %} + {% if error %} +
{{ error }}
+ {% endif %} +
+ +
+ +
-
-
-
- -
- -
-
-
-
- - -
-
- +
+ +
+
+ +
+
+
+
+ +
+ +
+
+
+
+ + +
+
+ + + diff --git a/djangorota/djangorota/templates/rota/partials/rota_option_modal_single.html b/djangorota/djangorota/templates/rota/partials/rota_option_modal_single.html index abd9ccf..32bc967 100644 --- a/djangorota/djangorota/templates/rota/partials/rota_option_modal_single.html +++ b/djangorota/djangorota/templates/rota/partials/rota_option_modal_single.html @@ -9,6 +9,11 @@ function _close_rota_option_modal(){