diff --git a/python/nav/web/templates/seeddb/edit.html b/python/nav/web/templates/seeddb/edit.html index 4022b9fe69..0c68208a30 100644 --- a/python/nav/web/templates/seeddb/edit.html +++ b/python/nav/web/templates/seeddb/edit.html @@ -42,7 +42,7 @@

{{ title }}
Attributes {% if form.attrs %} - {% include 'custom_crispy_templates/_form_content.html' %} + {% include 'custom_crispy_templates/_form_content.html' %} {% else %} {% block crispyfields %} {{ form|crispy }}