From f193ddc4fae94202e1e37709fe964ecfb2bfcbe3 Mon Sep 17 00:00:00 2001 From: Sashi20 Date: Tue, 17 Sep 2019 17:02:43 +0530 Subject: Modify the forgot password templates --- static/website/templates/registration/password_change_done.html | 4 ++-- static/website/templates/registration/password_change_form.html | 4 ++-- static/website/templates/registration/password_reset_complete.html | 7 +++---- static/website/templates/registration/password_reset_confirm.html | 6 +++--- static/website/templates/registration/password_reset_done.html | 6 +++--- 5 files changed, 13 insertions(+), 14 deletions(-) diff --git a/static/website/templates/registration/password_change_done.html b/static/website/templates/registration/password_change_done.html index 74ca0d3..84a0957 100755 --- a/static/website/templates/registration/password_change_done.html +++ b/static/website/templates/registration/password_change_done.html @@ -9,7 +9,7 @@ - SciPy India 2018 + SciPy India 2019 @@ -22,7 +22,7 @@ {% block header %}
-

SciPy India 2018

+

SciPy India 2019

Reset Password

diff --git a/static/website/templates/registration/password_change_form.html b/static/website/templates/registration/password_change_form.html index 4ea7e58..69dae01 100755 --- a/static/website/templates/registration/password_change_form.html +++ b/static/website/templates/registration/password_change_form.html @@ -9,7 +9,7 @@ - SciPy India 2018 + SciPy India 2019 @@ -22,7 +22,7 @@ {% block header %}
-

SciPy India 2018

+

SciPy India 2019

Reset Password

diff --git a/static/website/templates/registration/password_reset_complete.html b/static/website/templates/registration/password_reset_complete.html index 0e71729..c7316c4 100755 --- a/static/website/templates/registration/password_reset_complete.html +++ b/static/website/templates/registration/password_reset_complete.html @@ -1,4 +1,3 @@ -f {% load static %} @@ -9,7 +8,7 @@ f - SciPy India 2018 + SciPy India 2019 @@ -20,9 +19,9 @@ f {% block header %} -
+
-

SciPy India 2018

+

SciPy India 2019

Reset Password

diff --git a/static/website/templates/registration/password_reset_confirm.html b/static/website/templates/registration/password_reset_confirm.html index 9e28c2e..5fd0f41 100755 --- a/static/website/templates/registration/password_reset_confirm.html +++ b/static/website/templates/registration/password_reset_confirm.html @@ -8,7 +8,7 @@ - SciPy India 2018 + SciPy India 2019 @@ -19,9 +19,9 @@ {% block header %} -
+
-

SciPy India 2018

+

SciPy India 2019

Reset Password

diff --git a/static/website/templates/registration/password_reset_done.html b/static/website/templates/registration/password_reset_done.html index 38cc6da..44494a0 100755 --- a/static/website/templates/registration/password_reset_done.html +++ b/static/website/templates/registration/password_reset_done.html @@ -8,7 +8,7 @@ - SciPy India 2018 + SciPy India 2019 @@ -19,9 +19,9 @@
{% block header %} -
+

-

SciPy India 2018

+

SciPy India 2019

Reset Password


-- cgit