clubs
Laurent 1 year ago
parent 1fee9d90ba
commit 72352d06c1
  1. 2
      tournaments/models/tournament.py

@ -378,7 +378,6 @@ class Tournament(models.Model):
}
def broadcasted_matches_and_group_stages(self):
matches = []
group_stages = []
@ -388,6 +387,7 @@ class Tournament(models.Model):
else:
# last_started_match = self.first_unfinished_match()
current_round = self.round_to_show()
if current_round:
previous_round = self.round_for_index(current_round.index + 1)
if previous_round:

Loading…
Cancel
Save