Fix nomage "Type" à "Type de parcours"
This commit is contained in:
parent
c843bfd478
commit
ba0d6c3ba7
@ -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}$"
|
||||
|
Loading…
Reference in New Issue
Block a user