From 395a2552aa4660868299aab80eb8c1275b36c6c0 Mon Sep 17 00:00:00 2001 From: mdivecky Date: Sun, 26 Feb 2023 15:00:23 +0100 Subject: [PATCH] auto redirect after payment --- templates/account-payment.html | 6 +++++- templates/cash-payment.html | 6 +++++- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/templates/account-payment.html b/templates/account-payment.html index d42884e..50f499f 100644 --- a/templates/account-payment.html +++ b/templates/account-payment.html @@ -8,5 +8,9 @@
- + {% endblock %} \ No newline at end of file diff --git a/templates/cash-payment.html b/templates/cash-payment.html index f7625ca..6f6f4ce 100644 --- a/templates/cash-payment.html +++ b/templates/cash-payment.html @@ -8,5 +8,9 @@ - + {% endblock %} \ No newline at end of file