8
0
Fork 0
mirror of https://gitlab.federez.net/re2o/re2o synced 2024-06-28 01:54:05 +00:00

Fix right sidebar when user is disconnected

This commit is contained in:
Alexandre Iooss 2018-09-27 22:35:04 +02:00
parent 0f7f14c1ea
commit 7f6e300033

View file

@ -223,7 +223,9 @@ with this program; if not, write to the Free Software Foundation, Inc.,
</a> </a>
</div> </div>
{% else %} {% else %}
<p>{% trans "You are not logged in." %}</p> <div class="panel-body">
<p>{% trans "You are not logged in." %}</p>
</div>
{% endif %} {% endif %}
</div> </div>
{% if request_user.is_authenticated %} {% if request_user.is_authenticated %}