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:
@ -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>
|
||||
|
Reference in New Issue
Block a user