8
0
Fork 0
mirror of https://gitlab.federez.net/re2o/re2o synced 2024-05-20 09:32:29 +00:00

Some accents 2

This commit is contained in:
chirac 2016-07-04 22:45:30 +02:00
parent 1339e4eb29
commit 1a7c182a1a
2 changed files with 3 additions and 3 deletions

View file

@ -99,8 +99,8 @@ class InfoForm(ModelForm):
def __init__(self, *args, **kwargs):
super(InfoForm, self).__init__(*args, **kwargs)
self.fields['name'].label = 'Nom'
self.fields['surname'].label = 'Prenom'
self.fields['school'].label = 'Etablissement'
self.fields['surname'].label = 'Prénom'
self.fields['school'].label = 'Établissement'
self.fields['comment'].label = 'Commentaire'
self.fields['room'].label = 'Chambre'

View file

@ -25,7 +25,7 @@
<td>{{ user.email }}</td>
</tr>
<tr>
<th>Ecole</th>
<th>École</th>
<td>{{ user.school }}</td>
<th>Commentaire</th>
<td>{{ user.comment }}</td>