From ba0d6c3ba700c80fdbea03b2b5317cdc3e26cccf Mon Sep 17 00:00:00 2001 From: Nekori Date: Fri, 11 Jun 2021 13:16:48 +0200 Subject: [PATCH] =?UTF-8?q?Fix=20nomage=20"Type"=20=C3=A0=20"Type=20de=20p?= =?UTF-8?q?arcours"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/forms.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}$"