Fix #576 -- linebreaks in bank details in HTML mails

This commit is contained in:
Raphael Michel
2017-08-08 20:37:01 +02:00
parent c9a1ff45c7
commit 55f77613d4

View File

@@ -1,6 +1,8 @@
{% load i18n %}{% load l10n %}{% blocktrans with bank=details code=order.full_code total=order.total|localize currency=event.currency %}
Please transfer the full amount to the following bank account.
```
Reference: {{ code }}
Amount: {{ total }} {{ currency }}
{{ bank }}{% endblocktrans %}
{{ bank }}
```{% endblocktrans %}