bracket-feature
laurent 1 year ago
commit 85e2f40a27
  1. 2
      tournaments/models/team_registration.py

@ -87,7 +87,7 @@ class TeamRegistration(models.Model):
return "--" return "--"
def is_valid_for_summon(self): def is_valid_for_summon(self):
return len(self.playerregistration_set.all()) > 0 return len(self.playerregistration_set.all()) > 0 or self.name is not None
def initial_weight(self): def initial_weight(self):
if self.locked_weight is None: if self.locked_weight is None:

Loading…
Cancel
Save