Skip to content
Snippets Groups Projects
Commit 5d86d393 authored by Brody Wilton's avatar Brody Wilton
Browse files

Add templates for successful and cancelled payments

parent d6d607c4
1 merge request!26Brodybranch
{% extends "_base.html" %}{% block content %}
<h1>Payment Cancelled</h1>
<p>Your payment has been cancelled.</p>
<button><a href="{% url 'pricing' %}">Return</a></button>
{% endblock content%}
{% extends "_base.html" %}{% block content %}
<h1>Success!</h1>
<p>Your payment was successful and you have been credited with 1 token.</p>
<button><a href="{% url 'users' %}">Return</a></button>
{% endblock content%}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment