From 539ff098b927ebc03556f230d4102083981b78d2 Mon Sep 17 00:00:00 2001 From: Razmig Sarkissian Date: Thu, 23 May 2024 07:50:24 +0200 Subject: [PATCH 1/3] fix hide matches --- tournaments/templates/tournaments/matches.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tournaments/templates/tournaments/matches.html b/tournaments/templates/tournaments/matches.html index a858728..1dea711 100644 --- a/tournaments/templates/tournaments/matches.html +++ b/tournaments/templates/tournaments/matches.html @@ -9,6 +9,7 @@ {% include 'tournaments/navigation_tournament.html' %} +{% if tournament.display_matches %} {% if rounds or group_stages %}