diff --git a/python/nav/web/templates/sortedstats/sortedstats.html b/python/nav/web/templates/sortedstats/sortedstats.html index c77bfad1bc..9e11a21a0f 100644 --- a/python/nav/web/templates/sortedstats/sortedstats.html +++ b/python/nav/web/templates/sortedstats/sortedstats.html @@ -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 %} @@ -26,7 +25,7 @@ {% if form.attrs %} {% include 'custom_crispy_templates/flat_form.html' %} {% else %} - {% crispy form %} + {{ form }} {% endif %} {# Display view if exists #}