aboutsummaryrefslogtreecommitdiffstats
path: root/alphabetlearning/templates/payments/cancel.html
blob: efe0fd371d1718804633291461cb7e9eece2d5b3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
{% extends "base.html" %}

{% block content %}
    <div class="container my-5">
            <div class="row">
                <h2>Transaction Cancelled</h2>
                <p>Your transaction was cancelled.</p>
            </div>
    </div>
{% endblock content %}