]> git.parisson.com Git - teleforma.git/commitdiff
add info
authorGuillaume Pellerin <guillaume.pellerin@ircam.fr>
Thu, 4 Feb 2016 09:27:38 +0000 (10:27 +0100)
committerGuillaume Pellerin <guillaume.pellerin@ircam.fr>
Thu, 4 Feb 2016 09:27:38 +0000 (10:27 +0100)
teleforma/models/crfpa.py

index 53e9cf685f9746efcfaf19461511667054209dc1..904f7e19b30c1c8e83d2ecd7d8775c13e9fbf96e 100644 (file)
@@ -130,10 +130,10 @@ class Student(Model):
                                         verbose_name=_('oral speciality'),
                                         help_text="Matière d’oral de spécialité (matière incluse dans la formation approfondie, en option pour toutes les autres formations)",
                                         blank=True, null=True, limit_choices_to={'oral_speciality': True})
-    oral_1          = models.ForeignKey('Course', related_name="oral_1_students", verbose_name=_('oral 1'),
+    oral_1          = models.ForeignKey('Course', related_name="oral_1_students", verbose_name=_('oral 1 (option)'),
                                         help_text="Matière d’oral technique 1 (en option)",
                                         blank=True, null=True, limit_choices_to={'oral_1': True})
-    oral_2          = models.ForeignKey('Course', related_name="oral_2_students", verbose_name=_('oral 2'),
+    oral_2          = models.ForeignKey('Course', related_name="oral_2_students", verbose_name=_('oral 2 (option)'),
                                         help_text="Matière d’oral technique 2 (en option)",
                                         blank=True, null=True, limit_choices_to={'oral_2': True})
     options         = models.ForeignKey('Course', related_name="options_students", verbose_name=_('options'),