From e6f1ab3944075d1f80c2187e206f8d988eda0bea Mon Sep 17 00:00:00 2001 From: Raz Date: Wed, 16 Apr 2025 18:07:32 +0200 Subject: [PATCH] fix club headers --- tournaments/templates/tournaments/tournaments.html | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/tournaments/templates/tournaments/tournaments.html b/tournaments/templates/tournaments/tournaments.html index 5320792..193caca 100644 --- a/tournaments/templates/tournaments/tournaments.html +++ b/tournaments/templates/tournaments/tournaments.html @@ -1,9 +1,8 @@ {% extends 'tournaments/base.html' %} -{% block head_title %}Tournois{% endblock %} -{% block first_title %}Padel Club{% endblock %} -{% block second_title %}{% if club %}{{ club.name }}{% else %}Tournois{% endif %}{% endblock %} - +{% block head_title %}Tournois{% if club %} {{ club.name }}{% endif %}{% endblock %} +{% block first_title %}{% if club %}{{ club.name }}{% else %}Padel Club{% endif %}{% endblock %} +{% block second_title %}{% if club %}Les Tournois du Club{% else %}Tournois{% endif %}{% endblock %} {% block right_header %} {% endblock %}