diff --git a/python/nav/web/templates/seeddb/edit.html b/python/nav/web/templates/seeddb/edit.html
index 0c68208a30..a4d0cf0a76 100644
--- a/python/nav/web/templates/seeddb/edit.html
+++ b/python/nav/web/templates/seeddb/edit.html
@@ -1,6 +1,4 @@
{% extends "seeddb/base.html" %}
-{% load crispy_forms_tags %}
-
{% block base_header_additional_head %}
{{ block.super }}
@@ -41,13 +39,9 @@
{{ title }}
diff --git a/python/nav/web/templates/seeddb/list.html b/python/nav/web/templates/seeddb/list.html
index d1ff5bc3ca..f286f4a9a4 100644
--- a/python/nav/web/templates/seeddb/list.html
+++ b/python/nav/web/templates/seeddb/list.html
@@ -1,23 +1,14 @@
{% extends "seeddb/base.html" %}
-{% load crispy_forms_tags %}
{% block content %}
{% if filter_form %}
{% if filter_form.base_fields|length >= 3 %}
- {% if filter_form.attrs %}
- {% include 'custom_crispy_templates/flat_form.html' with form=filter_form %}
- {% else %}
- {{ filter_form }}
- {% endif %}
+ {% include 'custom_crispy_templates/flat_form.html' with form=filter_form %}
{% else %}
- {% if filter_form.attrs %}
{% include 'custom_crispy_templates/flat_form.html' with form=filter_form %}
- {% else %}
- {% crispy filter_form %}
- {% endif %}
{% endif %}
diff --git a/python/nav/web/templates/seeddb/service_netbox_form.html b/python/nav/web/templates/seeddb/service_netbox_form.html
index a2024f9c1f..72c6059000 100644
--- a/python/nav/web/templates/seeddb/service_netbox_form.html
+++ b/python/nav/web/templates/seeddb/service_netbox_form.html
@@ -15,11 +15,7 @@
diff --git a/python/nav/web/templates/seeddb/service_property_form.html b/python/nav/web/templates/seeddb/service_property_form.html
index 4c9c50bfe1..b93706168b 100644
--- a/python/nav/web/templates/seeddb/service_property_form.html
+++ b/python/nav/web/templates/seeddb/service_property_form.html
@@ -19,17 +19,9 @@