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 d75183cc..b94b0542 100644 --- a/generic/templates/generic/partials/examcollection_bulk_add_groups_form.html +++ b/generic/templates/generic/partials/examcollection_bulk_add_groups_form.html @@ -2,8 +2,6 @@
{% csrf_token %} - {# Render fields with crispy. The form helper sets form_tag=False so the surrounding - keeps the HTMX attributes while crispy renders nicely styled fields. #} {{ form|crispy }}