Skip to content

Commit

Permalink
fixup! Use newer way of uncrispifying forms
Browse files Browse the repository at this point in the history
  • Loading branch information
johannaengland committed Oct 10, 2024
1 parent 83a634b commit cce0dee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/nav/web/templates/seeddb/edit.html
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ <h4>{{ title }}
<fieldset>
<legend>Attributes</legend>
{% if form.attrs %}
{% include 'custom_crispy_templates/_form_content.html' %}
{% include 'custom_crispy_templates/_form_content.html' %}
{% else %}
{% block crispyfields %}
{{ form|crispy }}
Expand Down

0 comments on commit cce0dee

Please sign in to comment.