Mail quand on a des nouveaux droits
darcs-hash:20070930192127-c992d-f7a1235b0ebe5925ded8a0f1cff9fb3c7134f3fe.gz
This commit is contained in:
parent
72ee8c46ae
commit
f872471fe9
1 changed files with 4 additions and 0 deletions
|
@ -177,6 +177,10 @@ class rouge(base_reconfigure):
|
|||
from adherents import mail_valide
|
||||
self._do(mail_valide(args))
|
||||
|
||||
def mail_ajout_droits(self, args):
|
||||
from adherents import mail_ajout_droits
|
||||
self._do(mail_ajout_droits(args))
|
||||
|
||||
class zamok(base_reconfigure):
|
||||
def del_user(self, args):
|
||||
# Suppression des fichies d'impression
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue