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