bracket-feature
laurent 1 year ago
commit 0dee168b75
  1. 2
      tournaments/models/tournament.py

@ -285,7 +285,7 @@ class Tournament(models.Model):
names = team_registration.team_names()
weight = team_registration.weight
initial_weight = team_registration.initial_weight()
date = team_registration.registration_date
date = team_registration.call_date
team = TeamList(names, weight, date, initial_weight, team_registration.wild_card_bracket, team_registration.wild_card_group_stage, team_registration.logo)
print(f"Created team: {team}")
if team_registration.group_stage_position is not None:

Loading…
Cancel
Save