Compare commits
3 commits
7dd5fb4e69
...
9a7e3fe740
| Author | SHA1 | Date | |
|---|---|---|---|
| 9a7e3fe740 | |||
| 678eb18583 | |||
|
|
cacbc764c1 |
2 changed files with 6 additions and 0 deletions
|
|
@ -1 +1,4 @@
|
||||||
|
{% extends "templates/web.html" %}
|
||||||
|
{% block page_content %}
|
||||||
<p>Payment cancelled.</p>
|
<p>Payment cancelled.</p>
|
||||||
|
{% endblock %}
|
||||||
|
|
|
||||||
|
|
@ -1 +1,4 @@
|
||||||
|
{% extends "templates/web.html" %}
|
||||||
|
{% block page_content %}
|
||||||
<p>Thank you for your payment!</p>
|
<p>Thank you for your payment!</p>
|
||||||
|
{% endblock %}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue