1
0
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:
Yohann D'ANELLO
2020-05-05 00:56:34 +02:00
parent b55aa6f4f3
commit 3889256fb1
8 changed files with 82 additions and 24 deletions

View File

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