16 lines
307 B
HTML
16 lines
307 B
HTML
{% extends 'shop_base.html' %}
|
|
{% load bootstrap3 %}
|
|
|
|
{% block shop_content %}
|
|
|
|
<h2>Pay by Bank Transfer</h2>
|
|
|
|
<p class="lead">
|
|
IBAN: DKnoget
|
|
Swift: nogetandet
|
|
</p>
|
|
|
|
<p>Note: It might take several days before we register your bank transfer, especially if you are outside of SEPA region.</p>
|
|
|
|
{% endblock %}
|