[dialog/adherent] Choix Autre pour l'année administrativa à l'ESTP et l'IUFM
This commit is contained in:
parent
e8165736d2
commit
c011293227
1 changed files with 1 additions and 0 deletions
|
@ -692,6 +692,7 @@ class Dialog(proprio.Dialog):
|
|||
c.append(('1', '1ère année'))
|
||||
for i in range(2, max_annee+1):
|
||||
c.append((str(i), "%sème année" % i))
|
||||
c.append(('Autre', ''))
|
||||
return c
|
||||
choices_LMD = [
|
||||
('L1', 'Licence 1ère année'),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue