1
0
mirror of https://gitlab.com/animath/si/plateforme.git synced 2025-06-21 07:58:26 +02:00

Send a mail to people in a team

This commit is contained in:
Yohann D'ANELLO
2020-05-06 00:19:38 +02:00
parent 03063599a5
commit 6b698c95cc
3 changed files with 48 additions and 36 deletions

View File

@ -165,6 +165,7 @@ class TeamDetailView(LoginRequiredMixin, DetailView):
context = super().get_context_data(**kwargs)
context["title"] = _("Information about team")
context["team_users_emails"] = [user.email for user in self.object.users]
return context