mirror of
https://framagit.org/la-chariotte/la-chariotte.git
synced 2025-05-05 21:31:50 +02:00
display first name instead of username
This commit is contained in:
parent
fc92b4e31b
commit
0f74b1345a
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ Bienvenue{% if user.is_authenticated %}, {{ user.username }}{% else %} !{%
|
|||
|
||||
{% block content %}
|
||||
{% if user.is_authenticated %}
|
||||
Hi {{ user.username }}!
|
||||
Hi {{ user.first_name }}!
|
||||
<p>
|
||||
<a href="{% url 'order:index' %}">Mes commandes groupées</a>
|
||||
</p>
|
||||
|
|
Loading…
Reference in a new issue