Skip to content

Commit

Permalink
Uncrispify alertprofiles/base_detail.html
Browse files Browse the repository at this point in the history
  • Loading branch information
stveit committed Oct 4, 2024
1 parent 9399a29 commit d5a0906
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions python/nav/web/templates/alertprofiles/base_detail.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
{% extends "alertprofiles/base.html" %}
{% load crispy_forms_tags %}

{% block tabcontent %}
{% block backnavigation %}{% endblock %}
Expand All @@ -18,7 +17,7 @@ <h4>
{% if form.attrs %}
{% include 'custom_crispy_templates/_form_content.html' %}
{% else %}
{% crispy form %}
{{ form }}
{% endif %}

{% block form_additional_fields %}
Expand Down

0 comments on commit d5a0906

Please sign in to comment.