From 95bb4b3c871732f354132fc1571a00b0acbf68ac Mon Sep 17 00:00:00 2001 From: komalsheth286 Date: Thu, 8 Sep 2016 10:44:04 +0530 Subject: First Commit --- .../registration/password_change_done.html | 63 ++++++++++++ .../registration/password_change_form.html | 64 +++++++++++++ .../registration/password_reset_complete.html | 56 +++++++++++ .../registration/password_reset_confirm.html | 106 +++++++++++++++++++++ .../registration/password_reset_done.html | 55 +++++++++++ .../registration/password_reset_form.html | 69 ++++++++++++++ 6 files changed, 413 insertions(+) create mode 100644 website/templates/registration/password_change_done.html create mode 100644 website/templates/registration/password_change_form.html create mode 100644 website/templates/registration/password_reset_complete.html create mode 100644 website/templates/registration/password_reset_confirm.html create mode 100644 website/templates/registration/password_reset_done.html create mode 100644 website/templates/registration/password_reset_form.html (limited to 'website/templates/registration') diff --git a/website/templates/registration/password_change_done.html b/website/templates/registration/password_change_done.html new file mode 100644 index 0000000..7edddfa --- /dev/null +++ b/website/templates/registration/password_change_done.html @@ -0,0 +1,63 @@ +{% extends 'base.html' %} +{% load static %} + + + +
+Your password has been reset.
+ +Please enter your new password twice. + So we can verify you typed it in correctly.
+The password reset link was invalid,
+ possibly because it has already been used.
+ Please request a new password reset.