From a86c2608f652f73cdc4fb0e5ff7aaa1f6277caef Mon Sep 17 00:00:00 2001 From: Razmig Sarkissian Date: Mon, 9 Sep 2024 21:05:59 +0200 Subject: [PATCH] add age category info --- .../templates/tournaments/broadcast/broadcast_club.html | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tournaments/templates/tournaments/broadcast/broadcast_club.html b/tournaments/templates/tournaments/broadcast/broadcast_club.html index 81109d9..d5e5073 100644 --- a/tournaments/templates/tournaments/broadcast/broadcast_club.html +++ b/tournaments/templates/tournaments/broadcast/broadcast_club.html @@ -19,6 +19,9 @@
{{ tournament.level }}
{{ tournament.category }}
+ {% if tournament.age %} +
{{ tournament.age }}
+ {% endif %}
{{ tournament.creator }}