diff --git a/frappe/templates/base.html b/frappe/templates/base.html
index 383d230f22..6262da5cfb 100644
--- a/frappe/templates/base.html
+++ b/frappe/templates/base.html
@@ -78,13 +78,13 @@
{%- block footer -%}{% include "templates/includes/footer/footer.html" %}{%- endblock -%}
-
+ {% block base_scripts %}
-
+ {% endblock %}
{%- if js_globals is defined %}