|
|
|
|
@ -422,9 +422,9 @@ class Match(SideStoreModel): |
|
|
|
|
|
|
|
|
|
def tournament_title(self): |
|
|
|
|
if self.group_stage: |
|
|
|
|
return self.group_stage.tournament.full_name() |
|
|
|
|
return self.group_stage.tournament.short_full_name() |
|
|
|
|
else: |
|
|
|
|
return self.round.tournament.full_name() |
|
|
|
|
return self.round.tournament.short_full_name() |
|
|
|
|
|
|
|
|
|
def live_match(self, hide_teams=False, event_mode=False): |
|
|
|
|
title = self.computed_name() |
|
|
|
|
|