mirror of
https://gitlab.com/animath/si/plateforme.git
synced 2025-07-04 01:32:11 +02:00
If the tournament is free, then the payment is automatically valid
This commit is contained in:
@ -49,7 +49,7 @@ class Team(models.Model):
|
||||
return self.participants.filter(studentregistration__isnull=False)
|
||||
|
||||
@property
|
||||
def coachs(self):
|
||||
def coaches(self):
|
||||
return self.participants.filter(coachregistration__isnull=False)
|
||||
|
||||
@property
|
||||
|
Reference in New Issue
Block a user