mirror of
https://gitlab2.federez.net/re2o/re2o
synced 2024-12-24 07:53:47 +00:00
Fix right sidebar when user is disconnected
This commit is contained in:
parent
0115f98802
commit
578d800383
1 changed files with 3 additions and 1 deletions
|
@ -223,7 +223,9 @@ with this program; if not, write to the Free Software Foundation, Inc.,
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
{% else %}
|
{% else %}
|
||||||
|
<div class="panel-body">
|
||||||
<p>{% trans "You are not logged in." %}</p>
|
<p>{% trans "You are not logged in." %}</p>
|
||||||
|
</div>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
</div>
|
</div>
|
||||||
{% if request_user.is_authenticated %}
|
{% if request_user.is_authenticated %}
|
||||||
|
|
Loading…
Reference in a new issue