mirror of
https://github.com/pretix/pretix.git
synced 2026-05-05 15:14:04 +00:00
Exclude all kinds of Umlauts from GiroCodes (Fix: #1314)
This commit is contained in:
@@ -4,6 +4,7 @@
|
||||
{% load dotdecimal %}
|
||||
{% load ibanformat %}
|
||||
{% load money %}
|
||||
{% load unidecode %}
|
||||
|
||||
<p>{% blocktrans trimmed %}
|
||||
Please transfer the full amount to the following bank account:
|
||||
@@ -43,7 +44,7 @@
|
||||
2
|
||||
SCT
|
||||
{{ settings.bank_details_sepa_bic }}
|
||||
{{ settings.bank_details_sepa_name }}
|
||||
{{ settings.bank_details_sepa_name|unidecode }}
|
||||
{{ settings.bank_details_sepa_iban }}
|
||||
{{ event.currency }}{{ amount|dotdecimal }}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user