diff --git a/app/templates/admin/customers.html b/app/templates/admin/customers.html
index 55da8ff0..0352e8a6 100644
--- a/app/templates/admin/customers.html
+++ b/app/templates/admin/customers.html
@@ -240,6 +240,6 @@
{% endblock %}
-{% block page_scripts %}
+{% block extra_scripts %}
{% endblock %}
diff --git a/app/templates/admin/notifications.html b/app/templates/admin/notifications.html
index 6e0c363c..5526572b 100644
--- a/app/templates/admin/notifications.html
+++ b/app/templates/admin/notifications.html
@@ -356,6 +356,6 @@
{% endblock %}
-{% block page_scripts %}
+{% block extra_scripts %}
{% endblock %}
diff --git a/app/templates/admin/test-auth-flow.html b/app/templates/admin/test-auth-flow.html
index 4d049f26..06db2825 100644
--- a/app/templates/admin/test-auth-flow.html
+++ b/app/templates/admin/test-auth-flow.html
@@ -217,7 +217,7 @@
{% endblock %}
-{% block scripts %}
+{% block extra_scripts %}