From d4a8f5823c602cb144047a8c4c954ffa0b3222b0 Mon Sep 17 00:00:00 2001 From: Oliver Date: Thu, 4 Nov 2021 09:13:13 +1100 Subject: [PATCH] Fix for missing template file --- InvenTree/templates/account/base.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/InvenTree/templates/account/base.html b/InvenTree/templates/account/base.html index 048496c4a5..eeaa0c449d 100644 --- a/InvenTree/templates/account/base.html +++ b/InvenTree/templates/account/base.html @@ -53,7 +53,9 @@ {% block extra_body %} {% endblock %} - {% include 'notification.html' %} +
+ +