Fix nomage "Type" à "Type de parcours"

This commit is contained in:
Éric Li 2021-06-11 13:16:48 +02:00
parent c843bfd478
commit ba0d6c3ba7
1 changed files with 1 additions and 1 deletions

View File

@ -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}$"