From 343dbc00be208703290dba5812d61c491545e9eb Mon Sep 17 00:00:00 2001
From: Raphael Michel
Date: Mon, 7 Jan 2019 10:21:35 +0100
Subject: [PATCH] Bank transfer: Add a note on how to proceed
---
.../templates/pretixplugins/banktransfer/pending.html | 3 +++
1 file changed, 3 insertions(+)
diff --git a/src/pretix/plugins/banktransfer/templates/pretixplugins/banktransfer/pending.html b/src/pretix/plugins/banktransfer/templates/pretixplugins/banktransfer/pending.html
index e8b3265ec..0e139c435 100644
--- a/src/pretix/plugins/banktransfer/templates/pretixplugins/banktransfer/pending.html
+++ b/src/pretix/plugins/banktransfer/templates/pretixplugins/banktransfer/pending.html
@@ -23,6 +23,9 @@
{% trans "Amount:" %} {{ amount|money:event.currency }}
{% trans "Reference code (important):" %} {{ code }}
+
+ {% trans "After you sent the bank transfer, you can close this window. We will send you an email as soon as we received your payment." %}
+
{% if settings.bank_details_type == "sepa" %}