From 3eab0ec08923a06fc843c3779f34a9634313befa Mon Sep 17 00:00:00 2001 From: FaheedKhan Date: Sun, 7 Sep 2025 11:29:59 +0300 Subject: [PATCH] footer and policy added --- templates/account/login.html | 2 +- templates/account/signup-wizard.html | 76 +++++++--------------- templates/footer.html | 2 +- templates/haikal_policy/refund_policy.html | 16 ----- templates/header.html | 25 ++----- templates/welcome.html | 21 ++---- templates/welcome_base.html | 50 +++++--------- templates/welcome_footer.html | 4 +- 8 files changed, 55 insertions(+), 141 deletions(-) diff --git a/templates/account/login.html b/templates/account/login.html index 0a720c0b..e2cb0db6 100644 --- a/templates/account/login.html +++ b/templates/account/login.html @@ -77,7 +77,7 @@ - {% include 'footer.html' %} + {% if LOGIN_BY_CODE_ENABLED or PASSKEY_LOGIN_ENABLED %}
{% element button_group vertical=True %} diff --git a/templates/account/signup-wizard.html b/templates/account/signup-wizard.html index 22ed1586..dbff7727 100644 --- a/templates/account/signup-wizard.html +++ b/templates/account/signup-wizard.html @@ -3,7 +3,7 @@ {% load i18n static %} {% block content %} -
+
@@ -32,36 +32,38 @@ {{ form|crispy }}
- -
+
+ -
- -
+
-
- - - - \ No newline at end of file diff --git a/templates/header.html b/templates/header.html index 8b004492..ac3ba9e0 100644 --- a/templates/header.html +++ b/templates/header.html @@ -488,30 +488,15 @@ {% if request.user.is_authenticated %} - {% endif %}