1
0
mirror of https://gitlab.crans.org/mediatek/med.git synced 2025-06-30 11:51:08 +02:00

Rename surname to last_name

This commit is contained in:
Alexandre Iooss
2019-08-02 21:47:54 +02:00
parent e82053d16f
commit 3509491076
13 changed files with 137 additions and 36 deletions

View File

@ -41,7 +41,7 @@ with this program; if not, write to the Free Software Foundation, Inc.,
{% for user in users_list %}
<tr>
<td>{{ user.name }}</td>
<td>{{ user.surname }}</td>
<td>{{ user.last_name }}</td>
<td>{{ user.username }}</td>
<td>{{ user.email }}</td>
<td>{{ user.maxemprunt }}</td>

View File

@ -61,7 +61,7 @@ with this program; if not, write to the Free Software Foundation, Inc.,
<th>Prénom</th>
<td>{{ user.name }}</td>
<th>Nom</th>
<td>{{ user.surname }}</td>
<td>{{ user.last_name }}</td>
</tr>
<tr>
<th>Pseudo</th>
@ -73,7 +73,7 @@ with this program; if not, write to the Free Software Foundation, Inc.,
<th>Commentaire</th>
<td>{{ user.comment }}</td>
<th>Date d'inscription</th>
<td>{{ user.registered }}</td>
<td>{{ user.date_joined }}</td>
</tr>
<tr>
<th>Adresse</th>