fix call date

tz
Raz 1 year ago
parent 729fbf96af
commit 85bea31b66
  1. 2
      tournaments/models/tournament.py

@ -285,7 +285,7 @@ class Tournament(models.Model):
names = team_registration.team_names() names = team_registration.team_names()
weight = team_registration.weight weight = team_registration.weight
initial_weight = team_registration.initial_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) 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}") print(f"Created team: {team}")
if team_registration.group_stage_position is not None: if team_registration.group_stage_position is not None:

Loading…
Cancel
Save