diff --git a/InvenTree/templates/base.html b/InvenTree/templates/base.html
index 262a749bfa..448d06b23f 100644
--- a/InvenTree/templates/base.html
+++ b/InvenTree/templates/base.html
@@ -121,6 +121,7 @@
{% include 'modals.html' %}
{% include 'about.html' %}
+ {% include "notifications.html" %}
@@ -180,9 +181,9 @@
-
-
-
+
+
+
{% block js_load %}
{% endblock %}