diff options
Diffstat (limited to 'pyblackbird_cc/templates/payments/cancel.html')
-rw-r--r-- | pyblackbird_cc/templates/payments/cancel.html | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/pyblackbird_cc/templates/payments/cancel.html b/pyblackbird_cc/templates/payments/cancel.html deleted file mode 100644 index efe0fd3..0000000 --- a/pyblackbird_cc/templates/payments/cancel.html +++ /dev/null @@ -1,10 +0,0 @@ -{% 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 %}
\ No newline at end of file |