diff --git a/tournaments/models/tournament.py b/tournaments/models/tournament.py index 6c38eba..7ab9e94 100644 --- a/tournaments/models/tournament.py +++ b/tournaments/models/tournament.py @@ -173,6 +173,7 @@ class Tournament(models.Model): group_stages = [] if self.group_stages_running(): + group_stages = self.live_group_stages() matches = self.group_stages_matches() else: last_started_match = self.first_unfinished_match()