]> git.parisson.com Git - teleforma.git/commitdiff
Change text
authorYoan Le Clanche <yoanl@pilotsystems.net>
Wed, 11 Sep 2024 10:20:37 +0000 (12:20 +0200)
committerYoan Le Clanche <yoanl@pilotsystems.net>
Wed, 11 Sep 2024 10:20:37 +0000 (12:20 +0200)
teleforma/forms.py

index a5840ca7d4b8e7424309c038743b07fb11602033..d1703e375c208c4341d1736066d7cdc383d6b1ba 100644 (file)
@@ -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())