Skip to content

Commit

Permalink
Remove crispy from sortedstats template
Browse files Browse the repository at this point in the history
  • Loading branch information
johannaengland committed Oct 4, 2024
1 parent 74ef64a commit 6feade9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions python/nav/web/templates/sortedstats/sortedstats.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
{% extends "base.html" %} {# Don't need a deeper hierarchy for one template #}
{% load crispy_forms_tags %}
{% load tools %}

{% block base_header_additional_head %}
Expand All @@ -26,7 +25,7 @@
{% if form.attrs %}
{% include 'custom_crispy_templates/flat_form.html' %}
{% else %}
{% crispy form %}
{{ form }}
{% endif %}

{# Display view if exists #}
Expand Down

0 comments on commit 6feade9

Please sign in to comment.