diff --git a/src/argus/htmx/templates/htmx/notificationprofile/notificationprofile_list.html b/src/argus/htmx/templates/htmx/notificationprofile/notificationprofile_list.html index cc2452cc6..f4f6a01c2 100644 --- a/src/argus/htmx/templates/htmx/notificationprofile/notificationprofile_list.html +++ b/src/argus/htmx/templates/htmx/notificationprofile/notificationprofile_list.html @@ -6,7 +6,7 @@ href="{% url "htmx:notificationprofile-create" %}">Create new profile {% for form in form_list %} -
{% include "./_notificationprofile_form.html" %}
+
{% include "./_notificationprofile_form.html" %}
{% endfor %} {% endblock profile_main %}