diff --git a/python/nav/web/templates/ipdevinfo/search.html b/python/nav/web/templates/ipdevinfo/search.html
index 723a38bccc..4c8bbd3725 100644
--- a/python/nav/web/templates/ipdevinfo/search.html
+++ b/python/nav/web/templates/ipdevinfo/search.html
@@ -6,11 +6,7 @@
IP Device search
- {% if search_form.attrs %}
- {% include 'custom_crispy_templates/flat_form.html' with form=search_form %}
- {% else %}
- {{ search_form }}
- {% endif %}
+ {% include 'custom_crispy_templates/flat_form.html' with form=search_form %}
diff --git a/python/nav/web/templates/ipdevinfo/sensor-details.html b/python/nav/web/templates/ipdevinfo/sensor-details.html
index 096aee7d9f..e8968d2283 100644
--- a/python/nav/web/templates/ipdevinfo/sensor-details.html
+++ b/python/nav/web/templates/ipdevinfo/sensor-details.html
@@ -104,11 +104,7 @@
Display values
Add to dashboard
{% else %}
diff --git a/python/nav/web/templates/macwatch/addmacwatch.html b/python/nav/web/templates/macwatch/addmacwatch.html
index 134ed23cb2..97495ef1c7 100644
--- a/python/nav/web/templates/macwatch/addmacwatch.html
+++ b/python/nav/web/templates/macwatch/addmacwatch.html
@@ -5,11 +5,7 @@
Back
- {% if form.attrs %}
- {% include 'custom_crispy_templates/flat_form.html' %}
- {% else %}
- {{ form }}
- {% endif %}
+ {% include 'custom_crispy_templates/flat_form.html' %}
diff --git a/python/nav/web/templates/maintenance/new_task.html b/python/nav/web/templates/maintenance/new_task.html
index a52be9eda0..526f99a876 100644
--- a/python/nav/web/templates/maintenance/new_task.html
+++ b/python/nav/web/templates/maintenance/new_task.html
@@ -35,11 +35,7 @@
{{ heading }}
diff --git a/python/nav/web/templates/messages/save.html b/python/nav/web/templates/messages/save.html
index b189e34f4c..cee3f7f603 100644
--- a/python/nav/web/templates/messages/save.html
+++ b/python/nav/web/templates/messages/save.html
@@ -23,11 +23,7 @@
{{ caption }}
- {% if form.attrs %}
- {% include 'custom_crispy_templates/flat_form.html' %}
- {% else %}
- {{ form }}
- {% endif %}
+ {% include 'custom_crispy_templates/flat_form.html' %}
diff --git a/python/nav/web/templates/navlets/alert_edit.html b/python/nav/web/templates/navlets/alert_edit.html
index d48f09112d..83f371a4ad 100644
--- a/python/nav/web/templates/navlets/alert_edit.html
+++ b/python/nav/web/templates/navlets/alert_edit.html
@@ -12,11 +12,7 @@
diff --git a/python/nav/web/templates/portadmin/base.html b/python/nav/web/templates/portadmin/base.html
index c8a874fe8d..61bc610723 100644
--- a/python/nav/web/templates/portadmin/base.html
+++ b/python/nav/web/templates/portadmin/base.html
@@ -22,11 +22,7 @@
{% block page_content %}
- {% if form.attrs %}
- {% include 'custom_crispy_templates/flat_form.html' %}
- {% else %}
- {{ form }}
- {% endif %}
+ {% include 'custom_crispy_templates/flat_form.html' %}
{% block content %}
{% if form.is_bound %}
diff --git a/python/nav/web/templates/seeddb/netbox_wizard.html b/python/nav/web/templates/seeddb/netbox_wizard.html
index 0bd9befa99..81a671ac9e 100644
--- a/python/nav/web/templates/seeddb/netbox_wizard.html
+++ b/python/nav/web/templates/seeddb/netbox_wizard.html
@@ -40,11 +40,7 @@
{{ title }}
diff --git a/python/nav/web/templates/sortedstats/sortedstats.html b/python/nav/web/templates/sortedstats/sortedstats.html
index 9e11a21a0f..41c659b7a6 100644
--- a/python/nav/web/templates/sortedstats/sortedstats.html
+++ b/python/nav/web/templates/sortedstats/sortedstats.html
@@ -22,11 +22,7 @@