From 8baa800e308f34774a9c4b56f41b97c51d023ff0 Mon Sep 17 00:00:00 2001 From: Raphael Michel Date: Sat, 11 Nov 2017 22:23:38 +0100 Subject: [PATCH] Fix incorrect encoding of bank account in emails --- .../pretixplugins/banktransfer/email/order_pending.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pretix/plugins/banktransfer/templates/pretixplugins/banktransfer/email/order_pending.txt b/src/pretix/plugins/banktransfer/templates/pretixplugins/banktransfer/email/order_pending.txt index d9cfedb47..271bc1377 100644 --- a/src/pretix/plugins/banktransfer/templates/pretixplugins/banktransfer/email/order_pending.txt +++ b/src/pretix/plugins/banktransfer/templates/pretixplugins/banktransfer/email/order_pending.txt @@ -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 }}