From: Yoan Le Clanche Date: Wed, 11 Sep 2024 10:20:37 +0000 (+0200) Subject: Change text X-Git-Tag: 2.9.2~61 X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=186dd1e8ee311e5941fc4071a4133863506caac7;p=teleforma.git Change text --- diff --git a/teleforma/forms.py b/teleforma/forms.py index a5840ca7..d1703e37 100644 --- a/teleforma/forms.py +++ b/teleforma/forms.py @@ -86,7 +86,7 @@ class UserForm(ModelForm): queryset=Training.objects.filter(available=True)) fascicule = forms.ChoiceField(choices=TRUE_FALSE_CHOICES, - label='Envoi postal des fascicules de cours', + label='Envoi postal des fascicules de cours (option)', required=False, widget=forms.Select())