Permission for sending thanks email for contributions.

This commit is contained in:
Gregory Koberger 2011-07-22 18:29:43 -07:00
Родитель 554692fca1
Коммит 9e6865cecf
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -254,7 +254,7 @@ class Contribution(caching.base.CachingMixin, models.Model):
# Send the email
if send_mail(subject, body, from_email, [to_email],
fail_silently=True):
fail_silently=True, perm_setting='dev_thanks'):
# Clear out contributor identifying information.
del(self.post_data['payer_email'])
self.save()