1
0
mirror of https://gitlab.com/animath/si/plateforme.git synced 2025-06-21 18:38:26 +02:00
This commit is contained in:
Yohann D'ANELLO
2021-01-17 16:23:48 +01:00
parent 9b5ad96aaa
commit daac77ba57
7 changed files with 15 additions and 18 deletions

View File

@ -71,4 +71,4 @@ class Command(BaseCommand):
sympa.subscribe(volunteer.user.email, f"jurys-{slug}", True)
for admin in AdminRegistration.objects.all():
sympa.subscribe(admin.user.email, f"admins", True)
sympa.subscribe(admin.user.email, "admins", True)