From 90d1ab5160e2e2e8ae1650f9170e2477bc4b333f Mon Sep 17 00:00:00 2001 From: aurelien Date: Tue, 1 Jun 2021 14:35:00 +0200 Subject: [PATCH] Ajout Id sidebar --- html_sidebar.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/html_sidebar.py b/html_sidebar.py index 7cd4ea00..a1ee661c 100644 --- a/html_sidebar.py +++ b/html_sidebar.py @@ -66,12 +66,13 @@ def sidebar_common(context, REQUEST=None): ScoUsersView, context ): H.append( - """Utilisateurs
""" % params + """Utilisateurs
""" + % params ) if authuser.has_permission(ScoChangePreferences, context): H.append( - """Paramétrage
""" + """Paramétrage
""" % params )