Skip to content

Commit

Permalink
Uncrispify management profile forms in seedDB
Browse files Browse the repository at this point in the history
  • Loading branch information
johannaengland committed Oct 11, 2024
1 parent 9c2586f commit 1c396cf
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions python/nav/web/templates/seeddb/management-profile/edit.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
{% extends "seeddb/base.html" %}
{% load crispy_forms_tags %}
{% block content %}

<p><a href="{{ back_url }}">Back to list</a></p>
Expand Down Expand Up @@ -27,7 +26,7 @@ <h4>Add new management profile</h4>
<div class="columns large-4">
<fieldset>
<legend>Basic profile data</legend>
{{ form | crispy }}
{% include 'custom_crispy_templates/_form_content.html' %}
</fieldset>
</div>

Expand All @@ -38,7 +37,7 @@ <h4>Add new management profile</h4>
{% if form.NOTABENE %}
<div class="alert-box warning with-icon">{{ form.NOTABENE }}</div>
{% endif %}
{{ form | crispy }}
{% include 'custom_crispy_templates/_form_content.html' %}
</fieldset>
{% endfor %}
</div>
Expand Down

0 comments on commit 1c396cf

Please sign in to comment.