Passage aux adhésions glissantes (partie I, sans lc_ldap)
This commit is contained in:
parent
169b7000b8
commit
49cef4c095
12 changed files with 485 additions and 231 deletions
|
@ -38,7 +38,7 @@ for adh in adhs :
|
|||
if not bat in bats :
|
||||
bat = '?'
|
||||
liste[bat].append( u'%s %s' % ( adh.nom(), adh.prenom() ) )
|
||||
|
||||
|
||||
# création du fichier tex
|
||||
#########################
|
||||
|
||||
|
@ -65,7 +65,7 @@ for bat in bats + '?' :
|
|||
\\textbf{Nom Prenom} & \\textbf{Signature} \\\\
|
||||
\\hline
|
||||
\\endhead""" % {'bat' : titre(bat) }
|
||||
|
||||
|
||||
# ajout des adhérents
|
||||
liste[bat].sort()
|
||||
for adh in liste[bat] :
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue