Skip to content

Commit

Permalink
fixup! Uncrispify AccountGroupForm in useradmin
Browse files Browse the repository at this point in the history
  • Loading branch information
johannaengland committed Oct 16, 2024
1 parent 2bfe756 commit 8046d42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/nav/web/templates/useradmin/group_detail.html
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ <h4>Create new group</h4>
{% if group_form.attrs %}
{% include 'custom_crispy_templates/flat_form.html' with form=group_form %}
{% else %}
{{ group_form }}
{{ group_form }}
{% endif %}
{% endif %}
</div>
Expand Down

0 comments on commit 8046d42

Please sign in to comment.