From e8a37fd8d348db8d127b5cfcc0ea78b63c3a52fd Mon Sep 17 00:00:00 2001 From: Valentin Samir Date: Sun, 12 Jan 2014 21:51:47 +0100 Subject: [PATCH] [gest_crans] Pas de connexion gratuite --- gestion/gest_crans.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gestion/gest_crans.py b/gestion/gest_crans.py index c2848939..bb087996 100755 --- a/gestion/gest_crans.py +++ b/gestion/gest_crans.py @@ -1792,7 +1792,7 @@ def new_adher(adher): if set_bases(adher): return 1 steps = [set_etudes, - set_type_de_connexion, + #set_type_de_connexion, # Plus de connexion gratuite. Les adhérents sont payant par défaut set_admin, set_mail, set_rque]