From 45d585575f015338d37d7fe94d18109089ba5b6e Mon Sep 17 00:00:00 2001 From: Amir Date: Tue, 17 Jun 2025 10:50:34 +0200 Subject: [PATCH] changed homepage style, account confirmation style, payment style, account confirmation expired style --- backend/core/templates/thankyou.html | 18 +++++++++++------- 1 file changed, 11 insertions(+), 7 deletions(-) diff --git a/backend/core/templates/thankyou.html b/backend/core/templates/thankyou.html index 0dbbd16..80ceab1 100644 --- a/backend/core/templates/thankyou.html +++ b/backend/core/templates/thankyou.html @@ -1,13 +1,17 @@ {% extends "base.html" %} {% block content %} -
-
-
-

Thank you.

+
+
+

Thank you.

+

We will send the document to {{ email }} when it is ready. -

-
-
+

+ + Go back to Homepage + +
+ + {% endblock content %} {% block bottom %}