forked from CGM_Public/pretix_original
Fix #576 -- linebreaks in bank details in HTML mails
This commit is contained in:
@@ -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 %}
|
||||
|
||||
Reference in New Issue
Block a user