From 22a5207af68742b2c39f7a9856949d39abb55bf7 Mon Sep 17 00:00:00 2001 From: Raz Date: Wed, 5 Mar 2025 19:14:40 +0100 Subject: [PATCH] fix display matches --- tournaments/templates/tournaments/matches.html | 2 -- 1 file changed, 2 deletions(-) diff --git a/tournaments/templates/tournaments/matches.html b/tournaments/templates/tournaments/matches.html index 625423e..4a09cdb 100644 --- a/tournaments/templates/tournaments/matches.html +++ b/tournaments/templates/tournaments/matches.html @@ -6,7 +6,6 @@ {% block content %} -{% if tournament.display_matches %} {% include 'tournaments/navigation_tournament.html' %} {% if tournament.display_matches or tournament.display_group_stages %} @@ -43,6 +42,5 @@ {% endfor %} -{% endif %} {% endif %} {% endblock %}