From f786e88de999c743ac6913e4447d81bbd42fd840 Mon Sep 17 00:00:00 2001 From: Ross Date: Wed, 12 Nov 2025 22:15:10 +0000 Subject: [PATCH] Refactor bulk add groups form to use HTMX for submission and enhance button functionality --- .../generic/partials/examcollection_bulk_add_groups_form.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/generic/templates/generic/partials/examcollection_bulk_add_groups_form.html b/generic/templates/generic/partials/examcollection_bulk_add_groups_form.html index eb74d261..d75183cc 100644 --- a/generic/templates/generic/partials/examcollection_bulk_add_groups_form.html +++ b/generic/templates/generic/partials/examcollection_bulk_add_groups_form.html @@ -1,5 +1,5 @@ {% load crispy_forms_tags %} -
+ {% csrf_token %} {# Render fields with crispy. The form helper sets form_tag=False so the surrounding @@ -7,7 +7,7 @@ {{ form|crispy }}
- +