forked from CGM_Public/pretix_original
Fix incorrect encoding of bank account in emails
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
{% load i18n %}{% load l10n %}{% blocktrans with bank=details code=order.full_code total=order.total|localize currency=event.currency %}
|
{% load i18n %}{% load l10n %}{% blocktrans with bank=details|safe code=order.full_code total=order.total|localize currency=event.currency %}
|
||||||
Please transfer the full amount to the following bank account.
|
Please transfer the full amount to the following bank account.
|
||||||
|
|
||||||
Reference: {{ code }}
|
Reference: {{ code }}
|
||||||
|
|||||||
Reference in New Issue
Block a user