Les clubs n'ont pas de carte d'tudiant.

darcs-hash:20061002200039-9e428-bc0e2a8914146927a7c797fa9451097b8df4f919.gz
This commit is contained in:
bobot 2006-10-02 22:00:39 +02:00
parent 98454ec1c6
commit 477ecfa42a

View file

@ -930,11 +930,12 @@ def set_admin(proprio):
texte = []
checklist = []
if carte_ok == 'off' or iscontroleur:
checklist.append(u'"1" "Carte d\'étudiant %d/%d fournie" "%s"' %
(ann_scol, ann_scol+1, carte))
else:
texte.append(u'Carte vérifiée')
if has_card:
if carte_ok == 'off' or iscontroleur:
checklist.append(u'"1" "Carte d\'étudiant %d/%d fournie" "%s"' %
(ann_scol, ann_scol+1, carte))
else:
texte.append(u'Carte vérifiée')
if paiement_ok == 'off' or iscontroleur:
checklist.append(u'"2" "Cotisation %d/%d réglée et charte signée" "%s"' %