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 }}
- +