bornhack-website/src/shop/templates/coinify_thanks.html

14 lines
387 B
HTML
Raw Normal View History

2016-05-29 08:43:38 +00:00
{% extends 'shop_base.html' %}
{% load bootstrap3 %}
{% block shop_content %}
<h2>Thank you for your payment!</h2>
<p class="lead">
{% if order.paid %}
Thank you for your payment. Your order has been marked as paid.
{% else %}
Thank you for your payment. Your order will be marked as paid as soon as we register a callback from our payment provider.</p>
{% endif %}
</p>
{% endblock %}