Browse Source

Fix right sidebar when user is disconnected

reminder-serializer
Alexandre Iooss 7 years ago
parent
commit
7f6e300033
  1. 4
      templates/base.html

4
templates/base.html

@ -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 %}

Loading…
Cancel
Save