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 @@ - -