[FIX] Allow messages also for non-logged-in user to be displayed

This commit is contained in:
Peter Pfeufer 2023-08-08 23:20:43 +02:00
parent 8fbe0ba45d
commit 55927c6f15
No known key found for this signature in database
GPG Key ID: 6051D2C6AD4EBC27

View File

@ -31,9 +31,7 @@
{% endif %}
<div class="{% if user.is_authenticated %}col-sm-10{% else %}col-sm-12{% endif %}">
{% if user.is_authenticated %}
{% include 'allianceauth/messages.html' %}
{% endif %}
{% include 'allianceauth/messages.html' %}
{% block content %}
{% endblock content %}