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/{} Team: https://snipt.net/{}
Email: {} Email: {}
Plan: {} """.format(team.slug, team.email),
""".format(team.slug, team.email, team.plan),
'support@snipt.net', 'support@snipt.net',
['nick@snipt.net'], ['nick@snipt.net'],
fail_silently=False) fail_silently=False)