diff --git a/tournaments/models/tournament.py b/tournaments/models/tournament.py index eb76030..27d927e 100644 --- a/tournaments/models/tournament.py +++ b/tournaments/models/tournament.py @@ -125,8 +125,8 @@ class Tournament(models.Model): return None def tournament_status_display(self): - if self.is_canceled: - return "Annulé" + #if self.is_canceled: + # return "Annulé" teams = self.teams() if teams is not None and len(teams) > 0: