From 9b94e782d831ac655dae6a33277cd59ca4223ce8 Mon Sep 17 00:00:00 2001 From: Raz Date: Fri, 15 Nov 2024 15:39:55 +0100 Subject: [PATCH] improve registering stuff --- tournaments/templates/registration/profile.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tournaments/templates/registration/profile.html b/tournaments/templates/registration/profile.html index e1d2c5b..5dbe9d5 100644 --- a/tournaments/templates/registration/profile.html +++ b/tournaments/templates/registration/profile.html @@ -1,7 +1,7 @@ {% extends 'tournaments/base.html' %} {% block head_title %} Mon Compte {% endblock %} {% block first_title %} Mon Compte Padel Club {% endblock %} -{% block second_title %} {{ user.user_name }} {% endblock %} +{% block second_title %} {{ user.first_name }} {{ user.last_name }} {% endblock %} {% block content %}