From 2abdb365ec967d19c6351c94935ff70aef56f8ed Mon Sep 17 00:00:00 2001 From: Amir Date: Mon, 1 Sep 2025 02:04:58 +0200 Subject: [PATCH 1/2] dodat privacy policy --- backend/core/templates/components/footer.html | 5 +- .../core/templates/components/navigation.html | 6 +- backend/core/templates/privacy_policy.html | 67 +++++++++++++++++++ backend/core/templates/refund_policy.html | 37 ++++++++++ .../core/templates/terms_and_conditions.html | 54 +++++++++++++++ backend/core/urls.py | 4 +- backend/core/views.py | 7 ++ 7 files changed, 174 insertions(+), 6 deletions(-) create mode 100644 backend/core/templates/privacy_policy.html create mode 100644 backend/core/templates/refund_policy.html create mode 100644 backend/core/templates/terms_and_conditions.html diff --git a/backend/core/templates/components/footer.html b/backend/core/templates/components/footer.html index 4a019e2..92042b6 100644 --- a/backend/core/templates/components/footer.html +++ b/backend/core/templates/components/footer.html @@ -36,8 +36,9 @@

Legal

diff --git a/backend/core/templates/components/navigation.html b/backend/core/templates/components/navigation.html index 0330d02..671628f 100644 --- a/backend/core/templates/components/navigation.html +++ b/backend/core/templates/components/navigation.html @@ -8,9 +8,9 @@ -- 2.47.3