From cdb76f40181c06e5f56de1d22dbe55a137dadc73 Mon Sep 17 00:00:00 2001 From: Johanna England Date: Thu, 3 Oct 2024 09:27:54 +0200 Subject: [PATCH] Remove crispy partially from seeddb list template This applies to filters with more than two filter fields Those are VlanFilterForm and NetboxFilterForm --- python/nav/web/templates/seeddb/list.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/nav/web/templates/seeddb/list.html b/python/nav/web/templates/seeddb/list.html index 33f2409806..d919217a26 100644 --- a/python/nav/web/templates/seeddb/list.html +++ b/python/nav/web/templates/seeddb/list.html @@ -8,7 +8,7 @@ {% if filter_form.attrs %} {% include 'custom_crispy_templates/flat_form.html' with form=filter_form %} {% else %} - {% crispy filter_form %} + {{ filter_form }} {% endif %} {% else %}