1
0
mirror of https://gitlab.com/animath/si/plateforme.git synced 2025-07-03 17:22:51 +02:00

Manage Matrix channels

This commit is contained in:
Yohann D'ANELLO
2021-01-18 02:07:31 +01:00
parent 46ba112612
commit 64e2d8d264
2 changed files with 280 additions and 28 deletions

View File

@ -210,7 +210,7 @@ class Tournament(models.Model):
"""
:return: The mailing list to contact the team members.
"""
return f"organisateurs-{self.name.lower().replace(' ', '-')}@{os.getenv('SYMPA_HOST', 'localhost')}"
return f"jurys-{self.name.lower().replace(' ', '-')}@{os.getenv('SYMPA_HOST', 'localhost')}"
def create_mailing_lists(self):
"""