diff --git a/src/pretix/plugins/banktransfer/templates/pretixplugins/banktransfer/checkout_confirm.html b/src/pretix/plugins/banktransfer/templates/pretixplugins/banktransfer/checkout_confirm.html deleted file mode 100644 index 761c1bf11d..0000000000 --- a/src/pretix/plugins/banktransfer/templates/pretixplugins/banktransfer/checkout_confirm.html +++ /dev/null @@ -1,41 +0,0 @@ -{% load i18n %} -{% load ibanformat %} -{% load bootstrap3 %} -{% load rich_text %} - -{% if details or code %} -
{% blocktrans trimmed %} - After completing your purchase, we will ask you to transfer the money to the following - bank account, using a personal reference code: - {% endblocktrans %}
- - {% if not code %}- - {% trans "We will assign you a personal reference code to use after you completed the order." %} - -
- {% endif %} -{% else %} -{% blocktrans trimmed %} - After completing your purchase, we will ask you to transfer the money to our bank account, using a personal - reference code. - {% endblocktrans %}
-{% endif %} diff --git a/src/pretix/plugins/banktransfer/templates/pretixplugins/banktransfer/checkout_payment_form.html b/src/pretix/plugins/banktransfer/templates/pretixplugins/banktransfer/checkout_payment_form.html index 3ad5e526ec..11792f91f0 100644 --- a/src/pretix/plugins/banktransfer/templates/pretixplugins/banktransfer/checkout_payment_form.html +++ b/src/pretix/plugins/banktransfer/templates/pretixplugins/banktransfer/checkout_payment_form.html @@ -9,23 +9,22 @@ {% endblocktrans %} {% if not code %}
{% trans "We will assign you a personal reference code to use after you completed the order." %}
diff --git a/src/pretix/plugins/banktransfer/templates/pretixplugins/banktransfer/pending.html b/src/pretix/plugins/banktransfer/templates/pretixplugins/banktransfer/pending.html
index 06d9b6a758..028d90bac2 100644
--- a/src/pretix/plugins/banktransfer/templates/pretixplugins/banktransfer/pending.html
+++ b/src/pretix/plugins/banktransfer/templates/pretixplugins/banktransfer/pending.html
@@ -18,20 +18,19 @@
{% trans "There is no further action required on this website." %}
{% trans "We will send you an email as soon as we received your payment." %}
-
- {% if details %}
- {{ details | rich_text }}
+
+
+ {% if details %}
+ {{ details | rich_text }}
+ {% endif %}