From 26a2465dfba6615cffc9fe5d9affc7672c4dc3de Mon Sep 17 00:00:00 2001 From: Razmig Sarkissian Date: Thu, 4 Sep 2025 19:16:07 +0200 Subject: [PATCH] Improve club broadcast page title with broadcast code --- .../templates/tournaments/broadcast/broadcast_club.html | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/tournaments/templates/tournaments/broadcast/broadcast_club.html b/tournaments/templates/tournaments/broadcast/broadcast_club.html index 91c1df5..9929b1a 100644 --- a/tournaments/templates/tournaments/broadcast/broadcast_club.html +++ b/tournaments/templates/tournaments/broadcast/broadcast_club.html @@ -2,8 +2,8 @@ {% load static %} -{% block head_title %}Broadcast{% endblock %} -{% block first_title %}{{ club.name }}{% endblock %} +{% block head_title %}{{ club.broadcast_code }} - {{ club.name }} Broadcast{% endblock %} +{% block first_title %}{{ club.name }} ({{ club.broadcast_code }}){% endblock %} {% block second_title %}Broadcast{% endblock %} {% block content %} @@ -18,8 +18,6 @@ - -