From 63c9ff76ed5b95daf3befa3092c98e4aabf2d6ad Mon Sep 17 00:00:00 2001 From: Raz Date: Wed, 30 Oct 2024 20:15:36 +0100 Subject: [PATCH] rollback court display --- tournaments/models/match.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/tournaments/models/match.py b/tournaments/models/match.py index 7aa7d71..cb42958 100644 --- a/tournaments/models/match.py +++ b/tournaments/models/match.py @@ -42,8 +42,6 @@ class Match(models.Model): if self.tournament().event: club = self.tournament().event.club - if self.confirmed is False: - return "" if club: return club.court_name(index) elif index is not None: