diff --git a/admin/templates/states_panel.html b/admin/templates/states_panel.html
index 503b3fa..540cc42 100644
--- a/admin/templates/states_panel.html
+++ b/admin/templates/states_panel.html
@@ -1,17 +1,20 @@
{% extends "base.html" %}
{% load i18n django_bootstrap5 %}
+{% block actions %}
+
+{% endblock %}
+
{% block content %}
{% if state_definitions %}
diff --git a/dashboard/templates/base.html b/dashboard/templates/base.html
index 131a300..6e99277 100644
--- a/dashboard/templates/base.html
+++ b/dashboard/templates/base.html
@@ -220,7 +220,7 @@
-
+
{% block actions %}
{% endblock %}
diff --git a/dashboard/templates/unassigned_devices.html b/dashboard/templates/unassigned_devices.html
index 5477693..6868bb4 100644
--- a/dashboard/templates/unassigned_devices.html
+++ b/dashboard/templates/unassigned_devices.html
@@ -93,8 +93,9 @@
-
diff --git a/lot/templates/lots.html b/lot/templates/lots.html
index 23c3d83..c48ef25 100644
--- a/lot/templates/lots.html
+++ b/lot/templates/lots.html
@@ -5,14 +5,12 @@
{% if show_closed %}