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 )