Remove template that's no longer used upstream
authorMagnus Hagander <[email protected]>
Sat, 19 Jan 2019 11:40:39 +0000 (12:40 +0100)
committerMagnus Hagander <[email protected]>
Sat, 19 Jan 2019 11:40:39 +0000 (12:40 +0100)
template/invoices/banktransfer.html [deleted file]

diff --git a/template/invoices/banktransfer.html b/template/invoices/banktransfer.html
deleted file mode 100644 (file)
index a84c0da..0000000
+++ /dev/null
@@ -1,52 +0,0 @@
-{%extends "navbase.html"%}
-{%block title%}Pay with bank transfer{%endblock%}
-{%block content%}
-<h1>Pay with bank transfer</h1>
-<p>
-To pay your invoice using bank transfer, please make a payment
-according to the following:
-</p>
-
-<table border="1" cellspacing="0" cellpadding="3">
-<tr>
- <th>Account holder</th>
- <td>Association PostgreSQL Europe</td>
-</tr>
-<tr>
- <th>Bank name</th>
- <td>CCM PARIS 1-2 LOUVRE MONTORGUEIL</td>
-</tr>
-<tr>
- <th>BIC</th>
- <td>CMCIFR2A</td>
-</tr>
-<tr>
- <th>IBAN</th>
- <td>FR76 1027 8060 3100 0205 2290 114</td>
-</tr>
-<tr>
- <th>Payment text</th>
- <td>{{title}}</td>
-</tr>
-<tr>
- <th>Amount</th>
- <td>€{{amount}}</td>
-</tr>
-</table>
-
-<p>
-<b>Note</b> that it is <b><i>very</i></b> important that you provide the
-correct text on the transfer, or we may not be able to match your payment
-to the correct invoice. In particular, the beginning of the title including
-the invoice number <i>must</i> be present.
-</p>
-
-<p>
-<b>Note</b> that bank transfers take a few days to process, so if your
-payment is nedeed repidly in order to confirm something, this is not a good
-choice of payment method.
-</p>
-
-{%if returnurl%}<a href="{{returnurl}}" class="btn btn-outline-dark">Return to payment options</a>{%endif%}
-
-{%endblock%}