From 8046d42bd095fcb8c023128737754ed3bf122e89 Mon Sep 17 00:00:00 2001 From: Johanna England Date: Wed, 16 Oct 2024 11:24:51 +0200 Subject: [PATCH] fixup! Uncrispify AccountGroupForm in useradmin --- python/nav/web/templates/useradmin/group_detail.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/nav/web/templates/useradmin/group_detail.html b/python/nav/web/templates/useradmin/group_detail.html index 9b217386ec..72aedbd13d 100644 --- a/python/nav/web/templates/useradmin/group_detail.html +++ b/python/nav/web/templates/useradmin/group_detail.html @@ -44,7 +44,7 @@

Create new group

{% if group_form.attrs %} {% include 'custom_crispy_templates/flat_form.html' with form=group_form %} {% else %} - {{ group_form }} + {{ group_form }} {% endif %} {% endif %}