mirror of
https://github.com/pretix/pretix.git
synced 2026-05-11 16:13:59 +00:00
Waiting list: Fix language of email context
This commit is contained in:
@@ -219,6 +219,7 @@ class WaitingListEntry(LoggedModel):
|
||||
self.voucher = v
|
||||
self.save()
|
||||
|
||||
with language(self.locale, self.event.settings.region):
|
||||
self.send_mail(
|
||||
self.event.settings.mail_subject_waiting_list,
|
||||
self.event.settings.mail_text_waiting_list,
|
||||
|
||||
Reference in New Issue
Block a user