From 3a46b520b1e6ba9f8574ce9e370e8739d232e45a Mon Sep 17 00:00:00 2001 From: Brody Wilton <brodywilton@hotmail.com> Date: Sun, 24 Mar 2024 23:22:29 +0000 Subject: [PATCH] Add templates for successful and cancelled payments --- myproject/myapp/templates/payment_cancelled.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/myproject/myapp/templates/payment_cancelled.html b/myproject/myapp/templates/payment_cancelled.html index a7b8001..e5240f5 100644 --- a/myproject/myapp/templates/payment_cancelled.html +++ b/myproject/myapp/templates/payment_cancelled.html @@ -7,4 +7,4 @@ </div> <button class="text-white bg-blue-700 hover:bg-blue-800 focus:ring-4 focus:outline-none focus:ring-blue-200 dark:bg-blue-600 dark:hover:bg-blue-700 dark:focus:ring-blue-900 font-medium rounded-lg text-sm px-5 py-2.5 inline-flex justify-center text-center"><a href="{% url 'pricing' %}">Return</a></button> -{% endblock content%} \ No newline at end of file +{% endblock content%} -- GitLab