From c7a1d38b5376c1a340d23bc97550cea88f662f7f Mon Sep 17 00:00:00 2001 From: grisel-davy Date: Sat, 11 Aug 2018 01:21:57 +0200 Subject: [PATCH] on ne voit la barre de recherche qu'avec les droits suffisants --- templates/base.html | 46 +++++++++++++++++++++++---------------------- 1 file changed, 24 insertions(+), 22 deletions(-) diff --git a/templates/base.html b/templates/base.html index baa6f46d..e00cc337 100644 --- a/templates/base.html +++ b/templates/base.html @@ -132,30 +132,32 @@ with this program; if not, write to the Free Software Foundation, Inc., {% if not request.user.is_authenticated %} - {% if var_sa %} -
  • - - {% trans "Sign in" %} - -
  • - {% endif %} -
  • - - {% trans "Log in" %} - -
  • + {% if var_sa %} +
  • + + {% trans "Sign in" %} + +
  • + {% endif %} +
  • + + {% trans "Log in" %} + +
  • {% else %} -
  • -
  • + + + {% acl_end %} {% endif %}
  • {% include 'buttons/setlang.html' %}