From 1a1c835352f197ea8f713621cfff60e6fca66a3e Mon Sep 17 00:00:00 2001 From: Laetitia Getti Date: Wed, 10 May 2023 12:41:20 +0200 Subject: [PATCH] display first name instead of username --- la_chariotte/templates/home.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/la_chariotte/templates/home.html b/la_chariotte/templates/home.html index f1aed07..f713ccd 100644 --- a/la_chariotte/templates/home.html +++ b/la_chariotte/templates/home.html @@ -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 }}!

Mes commandes groupées