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

{% load static %}

{% block content %}
    <div class="container my-5">
        <div class="row">
            <h2>Thanks for your order!</h2>
            <p>You have successfully transacted.</p>
        </div>
{% endblock content %}