rollback court display

online_registration
Raz 1 year ago
parent 65e1e6b9b5
commit 63c9ff76ed
  1. 2
      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:

Loading…
Cancel
Save