From 53b57cfa705e6c383d5ebee112f6ee11bc6eeb72 Mon Sep 17 00:00:00 2001 From: Matthias Date: Wed, 1 Dec 2021 22:31:16 +0100 Subject: [PATCH 1/3] 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 %} From 4683672d91d73586110d9b9ab5b3b46945f7aa0d Mon Sep 17 00:00:00 2001 From: Matthias Date: Wed, 1 Dec 2021 22:32:40 +0100 Subject: [PATCH 2/3] load minified fontawesome css --- InvenTree/templates/base.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/InvenTree/templates/base.html b/InvenTree/templates/base.html index 448d06b23f..0a0b62f5f0 100644 --- a/InvenTree/templates/base.html +++ b/InvenTree/templates/base.html @@ -40,8 +40,8 @@ - - + + From 7273ed74c6dacddf444a5c0dee4b67b659cfc935 Mon Sep 17 00:00:00 2001 From: Matthias Date: Wed, 1 Dec 2021 23:38:24 +0100 Subject: [PATCH 3/3] clean up PR --- InvenTree/templates/base.html | 1 - 1 file changed, 1 deletion(-) diff --git a/InvenTree/templates/base.html b/InvenTree/templates/base.html index 0a0b62f5f0..2843264243 100644 --- a/InvenTree/templates/base.html +++ b/InvenTree/templates/base.html @@ -121,7 +121,6 @@ {% include 'modals.html' %} {% include 'about.html' %} - {% include "notifications.html" %}