From db4fcee47967c7837a7e5f750d23b70622e2d760 Mon Sep 17 00:00:00 2001 From: Raz Date: Wed, 16 Apr 2025 18:07:00 +0200 Subject: [PATCH] fix club headers --- tournaments/templates/tournaments/tournaments.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tournaments/templates/tournaments/tournaments.html b/tournaments/templates/tournaments/tournaments.html index 5320792..1935691 100644 --- a/tournaments/templates/tournaments/tournaments.html +++ b/tournaments/templates/tournaments/tournaments.html @@ -1,8 +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 %}