Fix incorrect encoding of bank account in emails

This commit is contained in:
Raphael Michel
2017-11-11 22:23:38 +01:00
parent 84b2c24f9f
commit 8baa800e30

View File

@@ -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.
Reference: {{ code }}