mirror of
https://gitlab.com/animath/si/plateforme.git
synced 2025-08-04 19:01:13 +02:00
Add & join teams
This commit is contained in:
@@ -141,7 +141,7 @@ class TFJMUser(AbstractUser):
|
||||
|
||||
@property
|
||||
def participates(self):
|
||||
return self.role == "3participant" or self.role == "2encadrant"
|
||||
return self.role == "3participant" or self.role == "2coach"
|
||||
|
||||
@property
|
||||
def organizes(self):
|
||||
|
Reference in New Issue
Block a user