mirror of
https://github.com/pretix/pretix.git
synced 2026-05-05 15:14:04 +00:00
Order-exports: localize salutation (#3160)
This commit is contained in:
committed by
GitHub
parent
c52ebb4ba9
commit
8a6488fd81
@@ -221,7 +221,7 @@ class Customer(LoggedModel):
|
||||
return salted_hmac(key_salt, payload).hexdigest()
|
||||
|
||||
def get_email_context(self):
|
||||
from pretix.base.email import get_name_parts_localized
|
||||
from pretix.base.settings import get_name_parts_localized
|
||||
ctx = {
|
||||
'name': self.name,
|
||||
'organizer': self.organizer.name,
|
||||
|
||||
Reference in New Issue
Block a user