From 0ebdcb68e3ab9ea2961e32920a32b7776ceb683c Mon Sep 17 00:00:00 2001 From: Nyasha Chizampeni Date: Tue, 6 Aug 2024 23:39:32 +0200 Subject: [PATCH] save --- templates/account/password_reset.html | 106 +++++++++++++++++++++ templates/account/password_reset_done.html | 95 ++++++++++++++++++ templates/account/reset_password.html | 0 3 files changed, 201 insertions(+) create mode 100644 templates/account/password_reset.html create mode 100644 templates/account/password_reset_done.html delete mode 100644 templates/account/reset_password.html diff --git a/templates/account/password_reset.html b/templates/account/password_reset.html new file mode 100644 index 0000000..e800951 --- /dev/null +++ b/templates/account/password_reset.html @@ -0,0 +1,106 @@ +{% load static %} + + + + + + + + + + + + + EndFrame + + + + + + +
+ +
+ +
+ +
+
+
+
+ +
+
+ +
+
+
Reset password
+
+

If you forgot your password, well, then we’ll email you instructions to reset your password.

+
+
+
+
+ + {% csrf_token %} +
+
+ + +
+
+ +
+
+
+ +
+
+ +
+ +
+
+
+
+
+ +
+ +
+
+
+
+
+ +
+ +
+ +
+ + + + + + + + + \ No newline at end of file diff --git a/templates/account/password_reset_done.html b/templates/account/password_reset_done.html new file mode 100644 index 0000000..9a3704d --- /dev/null +++ b/templates/account/password_reset_done.html @@ -0,0 +1,95 @@ +{% load static %} + + + + + + + + + + + + + EndFrame + + + + + + +
+ +
+ +
+ +
+
+
+
+ +
+
+ +
+
+
Reset Password
+
+

We have sent you an email. If you have not received it please check your spam folder. Otherwise contact us if you do not receive it in a few minutes

+
+
+
+
+ + +
+ + +
+ +
+
+
+
+
+ +
+ +
+
+
+
+
+ +
+ +
+ +
+ + + + + + + + + \ No newline at end of file diff --git a/templates/account/reset_password.html b/templates/account/reset_password.html deleted file mode 100644 index e69de29..0000000