diff --git a/app/forms.py b/app/forms.py index f5e2e3d..23337e7 100644 --- a/app/forms.py +++ b/app/forms.py @@ -162,7 +162,7 @@ class PNForm(Form): class Meta: model = models.PN - type = RadioField("Type", choices=["1","2","3"]) + type = RadioField("Type de parcours", choices=["1","2","3"]) class ACForm(Form): regex = "^AC\d{4}$"