Remove unnecessary comments from bulk add groups form template

This commit is contained in:
Ross
2025-11-12 22:23:50 +00:00
parent f786e88de9
commit 7fa08037f0
@@ -2,8 +2,6 @@
<form method="post" action="{% url 'generic:exam_collection_bulk_add_groups' collection.pk %}" hx-post="{% url 'generic:exam_collection_bulk_add_groups' collection.pk %}" hx-target="#bulk-add-groups" hx-swap="innerHTML" class="bulk-add-groups-form">
{% csrf_token %}
{# Render fields with crispy. The form helper sets form_tag=False so the surrounding
<form> keeps the HTMX attributes while crispy renders nicely styled fields. #}
{{ form|crispy }}
<div class="mt-2">