From 53b57cfa705e6c383d5ebee112f6ee11bc6eeb72 Mon Sep 17 00:00:00 2001 From: Matthias Date: Wed, 1 Dec 2021 22:31:16 +0100 Subject: [PATCH] laod minified fontawesome js --- InvenTree/templates/base.html | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) 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 %}