mirror of
https://gitlab2.federez.net/re2o/re2o
synced 2024-11-22 03:13:12 +00:00
Fix right sidebar when user is disconnected
This commit is contained in:
parent
0f7f14c1ea
commit
7f6e300033
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>
|
||||
</div>
|
||||
{% else %}
|
||||
<p>{% trans "You are not logged in." %}</p>
|
||||
<div class="panel-body">
|
||||
<p>{% trans "You are not logged in." %}</p>
|
||||
</div>
|
||||
{% endif %}
|
||||
</div>
|
||||
{% if request_user.is_authenticated %}
|
||||
|
|
Loading…
Reference in a new issue