diff --git a/gestion/dialog/adherent.py b/gestion/dialog/adherent.py index 6a05417d..5d71bb2c 100644 --- a/gestion/dialog/adherent.py +++ b/gestion/dialog/adherent.py @@ -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'),