From de140c3feb4581fdf2fec3995c996328cf73f714 Mon Sep 17 00:00:00 2001 From: Flo Ha Date: Sun, 31 May 2026 19:00:57 +0200 Subject: [PATCH] fix(suff): use deselectable checkboxes for booking mode on staff page Same fix as self-booking page: radio buttons replaced with checkboxes with mutual-exclusivity JS, so Gratis/Direkt-bar can be deselected. Co-Authored-By: Claude Sonnet 4.6 --- gaehsnitz/templates/suff/staff_user.html | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/gaehsnitz/templates/suff/staff_user.html b/gaehsnitz/templates/suff/staff_user.html index 10e69c7..dab7b23 100644 --- a/gaehsnitz/templates/suff/staff_user.html +++ b/gaehsnitz/templates/suff/staff_user.html @@ -54,15 +54,26 @@
{% csrf_token %} {% if not is_anonymous_target %} {% endif %} + {% regroup drinks by alcohol_label as drink_groups %} {% for group in drink_groups %}

{{ group.grouper }}