Remove team.plan from email.

master
Nick Sergeant 2016-03-21 14:52:33 -04:00
parent 907e33f71a
commit e54c2796b3
1 changed files with 1 additions and 2 deletions

View File

@ -41,8 +41,7 @@ def for_teams_complete(request):
"""
Team: https://snipt.net/{}
Email: {}
Plan: {}
""".format(team.slug, team.email, team.plan),
""".format(team.slug, team.email),
'support@snipt.net',
['nick@snipt.net'],
fail_silently=False)