mirror of
https://gitlab.com/allianceauth/allianceauth.git
synced 2025-07-16 07:50:16 +02:00
[FIX] Allow messages also for non-logged-in user to be displayed
This commit is contained in:
parent
8fbe0ba45d
commit
55927c6f15
@ -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 %}
|
||||
|
Loading…
x
Reference in New Issue
Block a user