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: