mirror of
https://gitlab2.federez.net/re2o/re2o
synced 2024-11-04 17:06:27 +00:00
Some accents
This commit is contained in:
parent
073d56a18a
commit
1339e4eb29
1 changed files with 2 additions and 2 deletions
|
@ -84,8 +84,8 @@ class UserForm(ModelForm):
|
||||||
def __init__(self, *args, **kwargs):
|
def __init__(self, *args, **kwargs):
|
||||||
super(InfoForm, self).__init__(*args, **kwargs)
|
super(InfoForm, self).__init__(*args, **kwargs)
|
||||||
self.fields['name'].label = 'Nom'
|
self.fields['name'].label = 'Nom'
|
||||||
self.fields['surname'].label = 'Prenom'
|
self.fields['surname'].label = 'Prénom'
|
||||||
self.fields['school'].label = 'Etablissement'
|
self.fields['school'].label = 'Établissement'
|
||||||
self.fields['comment'].label = 'Commentaire'
|
self.fields['comment'].label = 'Commentaire'
|
||||||
self.fields['room'].label = 'Chambre'
|
self.fields['room'].label = 'Chambre'
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue