diff --git a/changelog.d/1080.added.md b/changelog.d/1080.added.md new file mode 100644 index 000000000..783bc4aae --- /dev/null +++ b/changelog.d/1080.added.md @@ -0,0 +1 @@ +Add vertical gap between collapse element and create form on HTMX destinations page. diff --git a/src/argus/htmx/templates/htmx/destination/_content.html b/src/argus/htmx/templates/htmx/destination/_content.html index ca9ae6200..654cedd06 100644 --- a/src/argus/htmx/templates/htmx/destination/_content.html +++ b/src/argus/htmx/templates/htmx/destination/_content.html @@ -1,4 +1,4 @@ -
{{ error }}
{% endfor %} {% include "htmx/destination/_form_list.html" %} diff --git a/src/argus/htmx/templates/htmx/destination/_form_list.html b/src/argus/htmx/templates/htmx/destination/_form_list.html index e70ce8be1..4e4b587c2 100644 --- a/src/argus/htmx/templates/htmx/destination/_form_list.html +++ b/src/argus/htmx/templates/htmx/destination/_form_list.html @@ -1,4 +1,4 @@ -