From 181b7b34e9030a44828c7c1ac92da892ec142e7a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=AD=C3=B0ir=20Valberg=20Gu=C3=B0mundsson?= Date: Wed, 1 Jun 2016 10:40:13 +0200 Subject: [PATCH] Add reference number to bank_transfer.html --- shop/templates/bank_transfer.html | 16 +++++++++++----- 1 file changed, 11 insertions(+), 5 deletions(-) diff --git a/shop/templates/bank_transfer.html b/shop/templates/bank_transfer.html index 14ec28d5..c7632c1b 100644 --- a/shop/templates/bank_transfer.html +++ b/shop/templates/bank_transfer.html @@ -6,14 +6,20 @@

Pay by Bank Transfer

To pay order #{{ orderid }} you need to make a bank transfer -of the full amount of {{ total|currency }} to the following account:

+of the full amount of {{ total|currency }} using the following information:

-

-IBAN: {{ iban }}
-Swift/BIC: {{ swiftbic }} -

+

Note: Please allow for up to a week before we register your bank transfer, especially if you are outside of the SEPA region.

+

+ * This reference is a message to the payee (BornHack) and + enables us to register your payment. +

+ {% endblock %}