|
|
|
@ -1453,7 +1453,7 @@ class TeamItem: |
|
|
|
self.names = team_registration.team_names() |
|
|
|
self.names = team_registration.team_names() |
|
|
|
self.date = team_registration.local_call_date() |
|
|
|
self.date = team_registration.local_call_date() |
|
|
|
self.registration_date = team_registration.registration_date |
|
|
|
self.registration_date = team_registration.registration_date |
|
|
|
if team_registration.playerregistration_set.count() == 0: |
|
|
|
if team_registration.player_registrations.count() == 0: |
|
|
|
weight = None |
|
|
|
weight = None |
|
|
|
else: |
|
|
|
else: |
|
|
|
weight = team_registration.weight |
|
|
|
weight = team_registration.weight |
|
|
|
|