|
|
|
@ -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: |
|
|
|
|