diff --git a/python/nav/web/templates/seeddb/management-profile/edit.html b/python/nav/web/templates/seeddb/management-profile/edit.html index 634e1ca69e..b30c914720 100644 --- a/python/nav/web/templates/seeddb/management-profile/edit.html +++ b/python/nav/web/templates/seeddb/management-profile/edit.html @@ -1,5 +1,4 @@ {% extends "seeddb/base.html" %} -{% load crispy_forms_tags %} {% block content %}

Back to list

@@ -27,7 +26,7 @@

Add new management profile

Basic profile data - {{ form | crispy }} + {% include 'custom_crispy_templates/_form_content.html' %}
@@ -38,7 +37,7 @@

Add new management profile

{% if form.NOTABENE %}
{{ form.NOTABENE }}
{% endif %} - {{ form | crispy }} + {% include 'custom_crispy_templates/_form_content.html' %} {% endfor %}