From 55fd4a97cf6f6cef339b56ad05aa4f854452dfa6 Mon Sep 17 00:00:00 2001 From: Yoan Le Clanche Date: Thu, 21 Jan 2021 16:59:28 +0100 Subject: [PATCH] Text changes https://trackers.pilotsystems.net/probarreau/0976 --- teleforma/forms.py | 2 +- teleforma/templates/registration/registration_pdf.html | 5 +---- 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/teleforma/forms.py b/teleforma/forms.py index b8cf9b02..147a4056 100644 --- a/teleforma/forms.py +++ b/teleforma/forms.py @@ -92,7 +92,7 @@ class UserForm(ModelForm): written_speciality = ModelChoiceField(label='Specialité écrite', queryset=Course.objects.filter(written_speciality=True), help_text="Matière juridique de spécialité") - oral_1 = ModelChoiceField(label=_('Oral de langue (option)'), + oral_1 = ModelChoiceField(label='Souscription à l\'oral de langue (option)', help_text="Matière d’oral de langue (en option)", queryset=Course.objects.filter(oral_1=True)) promo_code = CharField(label=_('Code promo'), max_length=100, required=False) diff --git a/teleforma/templates/registration/registration_pdf.html b/teleforma/templates/registration/registration_pdf.html index da3c0a76..6be5a6b4 100644 --- a/teleforma/templates/registration/registration_pdf.html +++ b/teleforma/templates/registration/registration_pdf.html @@ -119,10 +119,7 @@
Envoyer à :

- LE PRE-BARREAU
- Service inscription
- 3, rue de Nesle
- 75006 Paris + crfpa@pre-barreau.com

A ...................................., le .......................................

-- 2.39.5