From b7c89f1d8cb490c9b447512a0ef62ebb70fff7d1 Mon Sep 17 00:00:00 2001 From: Guillaume Pellerin Date: Thu, 4 Feb 2016 09:55:08 +0100 Subject: [PATCH] add info --- teleforma/models/crfpa.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/teleforma/models/crfpa.py b/teleforma/models/crfpa.py index e01f1467..53e9cf68 100644 --- a/teleforma/models/crfpa.py +++ b/teleforma/models/crfpa.py @@ -131,10 +131,10 @@ class Student(Model): 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'), - help_text="Matière d’oral technique 1", + 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'), - help_text="Matière d’oral technique 2", + 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'), blank=True, null=True) -- 2.39.5