mirror of
https://framagit.org/la-chariotte/la-chariotte.git
synced 2025-05-01 11:22:24 +02:00
display first name instead of username
This commit is contained in:
parent
5075ed3f27
commit
1a1c835352
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