Compare commits

..

2 commits

2 changed files with 0 additions and 6 deletions

View file

@ -1,4 +1 @@
{% extends "templates/web.html" %}
{% block page_content %}
<p>Payment cancelled.</p> <p>Payment cancelled.</p>
{% endblock %}

View file

@ -1,4 +1 @@
{% extends "templates/web.html" %}
{% block page_content %}
<p>Thank you for your payment!</p> <p>Thank you for your payment!</p>
{% endblock %}