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 %}