bracket-feature
laurent 1 year ago
commit ccd176016d
  1. 2
      tournaments/models/match.py

@ -42,8 +42,6 @@ class Match(models.Model):
if self.tournament().event: if self.tournament().event:
club = self.tournament().event.club club = self.tournament().event.club
if self.confirmed is False:
return ""
if club: if club:
return club.court_name(index) return club.court_name(index)
elif index is not None: elif index is not None:

Loading…
Cancel
Save