diff --git a/src/argus/htmx/templates/htmx/notificationprofile/notificationprofile_form.html b/src/argus/htmx/templates/htmx/notificationprofile/notificationprofile_form.html index 19b1e34d7..6b8208b43 100644 --- a/src/argus/htmx/templates/htmx/notificationprofile/notificationprofile_form.html +++ b/src/argus/htmx/templates/htmx/notificationprofile/notificationprofile_form.html @@ -3,7 +3,6 @@
{% csrf_token %} {{ form.as_div }} - {{ formset.as_div }}
{% endblock main %}