bornhack-website/shop/templates/epay_thanks.html
Thomas Steen Rasmussen 1fb5454590 more work on payments
2016-05-16 19:31:14 +02:00

14 lines
377 B
HTML

{% extends 'base.html' %}
{% load bootstrap3 %}
{% block 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 %}