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