From 55927c6f15b39ad20013b1ec5042b926405db786 Mon Sep 17 00:00:00 2001 From: Peter Pfeufer Date: Tue, 8 Aug 2023 23:20:43 +0200 Subject: [PATCH] [FIX] Allow messages also for non-logged-in user to be displayed --- allianceauth/templates/allianceauth/base.html | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/allianceauth/templates/allianceauth/base.html b/allianceauth/templates/allianceauth/base.html index f1142c08..f82e7124 100644 --- a/allianceauth/templates/allianceauth/base.html +++ b/allianceauth/templates/allianceauth/base.html @@ -31,9 +31,7 @@ {% endif %}
- {% if user.is_authenticated %} - {% include 'allianceauth/messages.html' %} - {% endif %} + {% include 'allianceauth/messages.html' %} {% block content %} {% endblock content %}