mirror of
https://gitlab.com/allianceauth/allianceauth.git
synced 2025-07-17 00:10:15 +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 %}
|
{% endif %}
|
||||||
|
|
||||||
<div class="{% if user.is_authenticated %}col-sm-10{% else %}col-sm-12{% endif %}">
|
<div class="{% if user.is_authenticated %}col-sm-10{% else %}col-sm-12{% endif %}">
|
||||||
{% if user.is_authenticated %}
|
|
||||||
{% include 'allianceauth/messages.html' %}
|
{% include 'allianceauth/messages.html' %}
|
||||||
{% endif %}
|
|
||||||
|
|
||||||
{% block content %}
|
{% block content %}
|
||||||
{% endblock content %}
|
{% endblock content %}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user