Fix #747 -- Logging of download reminders (#749)

Fix #747 -- Logging of download reminders
This commit is contained in:
Felix Rindt
2018-01-17 12:15:00 +01:00
committed by Raphael Michel
parent 139810c8a5
commit d622f38e1d
2 changed files with 3 additions and 1 deletions

View File

@@ -646,7 +646,7 @@ def send_download_reminders(sender, **kwargs):
try:
o.send_mail(
email_subject, email_template, email_context,
'pretix.event.order.email.expire_warning_sent'
'pretix.event.order.email.download_reminder_sent'
)
except SendMailException:
logger.exception('Reminder email could not be sent')