Compare commits

..

3 commits

2 changed files with 6 additions and 0 deletions

View file

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

View file

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