diff --git a/netbox/templates/account/bookmarks.html b/netbox/templates/account/bookmarks.html
index 2e3ff5691..983f8cf34 100644
--- a/netbox/templates/account/bookmarks.html
+++ b/netbox/templates/account/bookmarks.html
@@ -23,8 +23,10 @@
{# Form buttons #}
-
- {% bulk_delete_button model query_params=request.GET %}
+
+
+ {% bulk_delete_button model query_params=request.GET %}
+
{% endblock %}
diff --git a/netbox/templates/account/notifications.html b/netbox/templates/account/notifications.html
index 46feb80b0..f55642e2b 100644
--- a/netbox/templates/account/notifications.html
+++ b/netbox/templates/account/notifications.html
@@ -23,8 +23,10 @@
{# Form buttons #}
-
- {% bulk_delete_button model query_params=request.GET %}
+
+
+ {% bulk_delete_button model query_params=request.GET %}
+
{% endblock %}
diff --git a/netbox/templates/account/subscriptions.html b/netbox/templates/account/subscriptions.html
index 0ae1060cc..04b96d82e 100644
--- a/netbox/templates/account/subscriptions.html
+++ b/netbox/templates/account/subscriptions.html
@@ -23,8 +23,10 @@
{# Form buttons #}
-
- {% bulk_delete_button model query_params=request.GET %}
+
+
+ {% bulk_delete_button model query_params=request.GET %}
+
{% endblock %}