forked from CGM_Public/pretix_original
committed by
Raphael Michel
parent
4af788bc82
commit
1a69185754
@@ -383,7 +383,7 @@ def send_expiry_warnings(sender, **kwargs):
|
||||
o.save()
|
||||
try:
|
||||
mail(
|
||||
o.email, _('Your is about to expire: %(code)s') % {'code': o.code},
|
||||
o.email, _('Your order is about to expire: %(code)s') % {'code': o.code},
|
||||
settings.mail_text_order_expire_warning,
|
||||
{
|
||||
'event': o.event.name,
|
||||
|
||||
Reference in New Issue
Block a user