From 7f6e3000336541ba19dd46190e67b3a58b23fc02 Mon Sep 17 00:00:00 2001 From: Alexandre Iooss Date: Thu, 27 Sep 2018 22:35:04 +0200 Subject: [PATCH] Fix right sidebar when user is disconnected --- templates/base.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/templates/base.html b/templates/base.html index 8b661259..b2217618 100644 --- a/templates/base.html +++ b/templates/base.html @@ -223,7 +223,9 @@ with this program; if not, write to the Free Software Foundation, Inc., {% else %} -

{% trans "You are not logged in." %}

+
+

{% trans "You are not logged in." %}

+
{% endif %} {% if request_user.is_authenticated %}