mirror of
				https://gitlab.com/animath/si/plateforme.git
				synced 2025-11-04 06:22:13 +01:00 
			
		
		
		
	Send a mail to people in a team
This commit is contained in:
		@@ -165,7 +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]
 | 
			
		||||
        context["team_users_emails"] = [user.email for user in self.object.users.all()]
 | 
			
		||||
 | 
			
		||||
        return context
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user