mirror of
https://framagit.org/la-chariotte/la-chariotte.git
synced 2025-05-01 19:32:26 +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 %}
|
{% block content %}
|
||||||
{% if user.is_authenticated %}
|
{% if user.is_authenticated %}
|
||||||
Hi {{ user.username }}!
|
Hi {{ user.first_name }}!
|
||||||
<p>
|
<p>
|
||||||
<a href="{% url 'order:index' %}">Mes commandes groupées</a>
|
<a href="{% url 'order:index' %}">Mes commandes groupées</a>
|
||||||
</p>
|
</p>
|
||||||
|
|
Loading…
Reference in a new issue