From 3c904e86c1a05098720b7dd3905680b0bee86452 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pierre-Elliott=20B=C3=A9cue?= Date: Mon, 27 Apr 2015 17:10:06 +0200 Subject: [PATCH] =?UTF-8?q?Les=20clubs=20peuvent=20modifier=20eux-m=C3=AAm?= =?UTF-8?q?e=20leurs=20imprimeurs?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- attributs.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/attributs.py b/attributs.py index 098d1b2..d1f1dbf 100644 --- a/attributs.py +++ b/attributs.py @@ -1298,7 +1298,7 @@ class imprimeurClub(Attr): optional = True legend = u"Imprimeur du club" category = "perso" - can_modify = [cableur, imprimeur, nounou, respo] + can_modify = [cableur, imprimeur, nounou, respo, soi] ldap_name = "imprimeurClub" def __init__(self, *args, **kwargs):