diff --git a/allianceauth/templates/allianceauth/base.html b/allianceauth/templates/allianceauth/base.html
index 3a266380..d7e66e53 100644
--- a/allianceauth/templates/allianceauth/base.html
+++ b/allianceauth/templates/allianceauth/base.html
@@ -49,7 +49,7 @@
userNotificationsCountViewUrl: "{% url 'notifications:user_notifications_count' request.user.pk %}"
};
-
+ {% include 'bundles/refresh-notifications-js.html' %}
{% include 'bundles/evetime-js.html' %}
{% block extra_javascript %}
diff --git a/allianceauth/templates/bundles/refresh-notifications-js.html b/allianceauth/templates/bundles/refresh-notifications-js.html
new file mode 100644
index 00000000..27622b3e
--- /dev/null
+++ b/allianceauth/templates/bundles/refresh-notifications-js.html
@@ -0,0 +1,3 @@
+{% load static %}
+
+