clubs
Laurent 1 year ago
parent f7b0bfb68d
commit 8e04928441
  1. 2
      tournaments/models/match.py

@ -185,6 +185,8 @@ class Match(models.Model):
date = self.formatted_start_date()
duration = self.time_indication()
court = self.court_name(self.court_index)
group_stage_name = None
if self.group_stage:
group_stage_name = self.group_stage.display_name()
ended = self.end_date is not None

Loading…
Cancel
Save