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 }}!