From e9078ca70b223bfa085c625ce46dd54833492645 Mon Sep 17 00:00:00 2001 From: Hanne Moa Date: Wed, 18 Dec 2024 11:52:25 +0100 Subject: [PATCH] update src/argus/htmx/templates/htmx/notificationprofile/notificationprofile_form.html Co-authored-by: podliashanyk <60876078+podliashanyk@users.noreply.github.com> --- .../htmx/notificationprofile/notificationprofile_form.html | 1 - 1 file changed, 1 deletion(-) 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 %}