From cce0dee82d266af428f430f13b930193e58fb861 Mon Sep 17 00:00:00 2001 From: Johanna England Date: Thu, 10 Oct 2024 14:49:43 +0200 Subject: [PATCH] fixup! Use newer way of uncrispifying forms --- python/nav/web/templates/seeddb/edit.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/nav/web/templates/seeddb/edit.html b/python/nav/web/templates/seeddb/edit.html index 4022b9fe69..0c68208a30 100644 --- a/python/nav/web/templates/seeddb/edit.html +++ b/python/nav/web/templates/seeddb/edit.html @@ -42,7 +42,7 @@

{{ title }}
Attributes {% if form.attrs %} - {% include 'custom_crispy_templates/_form_content.html' %} + {% include 'custom_crispy_templates/_form_content.html' %} {% else %} {% block crispyfields %} {{ form|crispy }}