From 55bb8165ab3c1713a619b57759daa069c71e4648 Mon Sep 17 00:00:00 2001 From: root Date: Fri, 10 Aug 2018 21:50:29 +0200 Subject: [PATCH] we see the whitelist menu only if we have the right to create one --- users/templates/users/profil.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/users/templates/users/profil.html b/users/templates/users/profil.html index f573941b..91f982e5 100644 --- a/users/templates/users/profil.html +++ b/users/templates/users/profil.html @@ -393,6 +393,7 @@ with this program; if not, write to the Free Software Foundation, Inc., + {% can_create whitelist %}

@@ -418,6 +419,7 @@ with this program; if not, write to the Free Software Foundation, Inc.,

+ {% acl_end %}