Les clubs n'ont pas de carte d'tudiant.
darcs-hash:20061002200039-9e428-bc0e2a8914146927a7c797fa9451097b8df4f919.gz
This commit is contained in:
parent
98454ec1c6
commit
477ecfa42a
1 changed files with 6 additions and 5 deletions
|
@ -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"' %
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue