diff --git a/petitscours/models.py b/petitscours/models.py index da911830..c3bdce2f 100644 --- a/petitscours/models.py +++ b/petitscours/models.py @@ -17,6 +17,7 @@ LEVELS_CHOICES = ( ("prepa1styear", _("Prépa 1ère année / L1")), ("prepa2ndyear", _("Prépa 2ème année / L2")), ("licence3", _("Licence 3")), + ("master1", _("Master (1ère ou 2ème année)")), ("other", _("Autre (préciser dans les commentaires)")), )