mirror of
https://gitlab2.federez.net/re2o/re2o
synced 2024-11-05 01:16:27 +00:00
Some accents 2
This commit is contained in:
parent
1339e4eb29
commit
1a7c182a1a
2 changed files with 3 additions and 3 deletions
|
@ -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'
|
||||
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue