[radius_auth.py] pour permettre aux nounous d'avoir d'autres vlans

darcs-hash:20090624080659-bd074-753bed11a2461321f20c817c97c8ab88cd53e2f5.gz
This commit is contained in:
Antoine Durand-Gasselin 2009-06-24 10:06:59 +02:00
parent f30fdb5a25
commit 776af42937
2 changed files with 6 additions and 4 deletions

View file

@ -412,7 +412,7 @@ def adher_details(adher) :
if ann_scol not in adher.paiement() :
if not jour : f += ' et '
if isinstance(adher, Adherent) and not adher.adherentPayant():
f += coul(u"inscription gratuite", 'bleu')
f += coul(u"inscription gratuite ", 'bleu')
else:
f += coul(u"cotisation %s/%d non réglée"% (ann_scol, ann_scol+1 ),'violet')
jour = 0