mirror of
https://github.com/pretix/pretix.git
synced 2026-05-03 14:54:04 +00:00
Fix KeyError in sendmail history
This commit is contained in:
@@ -123,6 +123,7 @@ class EmailHistoryView(EventPermissionRequiredMixin, ListView):
|
||||
ctx = super().get_context_data()
|
||||
|
||||
status = dict(Order.STATUS_CHOICE)
|
||||
status['overdue'] = _('pending with payment overdue')
|
||||
for log in ctx['logs']:
|
||||
log.pdata = log.parsed_data
|
||||
log.pdata['locales'] = {}
|
||||
|
||||
Reference in New Issue
Block a user