{% load crispy_forms_tags %} {{ form.media }}
{% csrf_token %} {{ form|crispy }} {% comment %} Use a normal submit so the form data is included in the HTMX request {% endcomment %}