1
0
mirror of https://gitlab.crans.org/mediatek/med.git synced 2025-06-30 01:11: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

@ -111,7 +111,7 @@ with this program; if not, write to the Free Software Foundation, Inc.,
<div class="panel panel-default">
{% if request_user.is_authenticated %}
<div class="panel-heading">
<h4>{{ request_user.name }} {{ request_user.surname }}</h4>
<h4>{{ request_user.name }} {{ request_user.last_name }}</h4>
</div>
<table class="table">
<tr>
@ -120,7 +120,7 @@ with this program; if not, write to the Free Software Foundation, Inc.,
</tr>
<tr>
<th scope="row">Nom</th>
<td class="text-right">{{ request_user.surname }}</td>
<td class="text-right">{{ request_user.last_name }}</td>
</tr>
<tr>
<th scope="row">Prénom</th>