fix regression

online_registration
Raz 11 months ago
parent 6a873ca8e7
commit 92ccdf707e
  1. 1
      tournaments/models/tournament.py

@ -954,6 +954,7 @@ class TeamItem:
def to_dict(self):
return {
"names": self.names,
"date": self.date,
"registration_date": self.registration_date,
"weight": self.weight,
"initial_weight": self.initial_weight,

Loading…
Cancel
Save