|
|
|
@ -173,6 +173,7 @@ class Tournament(models.Model): |
|
|
|
group_stages = [] |
|
|
|
group_stages = [] |
|
|
|
|
|
|
|
|
|
|
|
if self.group_stages_running(): |
|
|
|
if self.group_stages_running(): |
|
|
|
|
|
|
|
group_stages = self.live_group_stages() |
|
|
|
matches = self.group_stages_matches() |
|
|
|
matches = self.group_stages_matches() |
|
|
|
else: |
|
|
|
else: |
|
|
|
last_started_match = self.first_unfinished_match() |
|
|
|
last_started_match = self.first_unfinished_match() |
|
|
|
|