From 93547abe1ec141ad6fdb19ec080b44828dd7986e Mon Sep 17 00:00:00 2001 From: Sashi20 Date: Mon, 24 Sep 2018 12:01:35 +0530 Subject: Modified links for forgot password and added BCC email in paper submission acknowledgement email --- static/website/templates/registration/password_change_done.html | 8 ++++---- static/website/templates/registration/password_change_form.html | 8 ++++---- .../website/templates/registration/password_reset_complete.html | 8 ++++---- .../website/templates/registration/password_reset_confirm.html | 8 ++++---- static/website/templates/registration/password_reset_done.html | 9 +++++---- static/website/templates/view-proposals.html | 2 +- 6 files changed, 22 insertions(+), 21 deletions(-) (limited to 'static') diff --git a/static/website/templates/registration/password_change_done.html b/static/website/templates/registration/password_change_done.html index 67fd9a6..118a40c 100755 --- a/static/website/templates/registration/password_change_done.html +++ b/static/website/templates/registration/password_change_done.html @@ -8,8 +8,8 @@ - - SciPy India 2017 + + NCCPS 2018 @@ -20,9 +20,9 @@ {% block header %} -
+
-

SciPy India 2017

+

NCCPS 2018

Reset Password

diff --git a/static/website/templates/registration/password_change_form.html b/static/website/templates/registration/password_change_form.html index a27c585..b6d5404 100755 --- a/static/website/templates/registration/password_change_form.html +++ b/static/website/templates/registration/password_change_form.html @@ -8,8 +8,8 @@ - - SciPy India 2017 + + NCCPS 2018 @@ -20,9 +20,9 @@ {% block header %} -
+
-

SciPy India 2017

+

NCCPS 2018

Reset Password

diff --git a/static/website/templates/registration/password_reset_complete.html b/static/website/templates/registration/password_reset_complete.html index b8a6131..3a9b023 100755 --- a/static/website/templates/registration/password_reset_complete.html +++ b/static/website/templates/registration/password_reset_complete.html @@ -8,8 +8,8 @@ - - SciPy India 2017 + + NCCPS 2018 @@ -20,9 +20,9 @@ {% block header %} -
+
-

SciPy India 2017

+

NCCPS 2018

Reset Password

diff --git a/static/website/templates/registration/password_reset_confirm.html b/static/website/templates/registration/password_reset_confirm.html index 895e30d..df64ac6 100755 --- a/static/website/templates/registration/password_reset_confirm.html +++ b/static/website/templates/registration/password_reset_confirm.html @@ -7,8 +7,8 @@ - - SciPy India 2017 + + NCCPS 2018 @@ -19,9 +19,9 @@ {% block header %} -
+
-

SciPy India 2017

+

NCCPS 2018

Reset Password

diff --git a/static/website/templates/registration/password_reset_done.html b/static/website/templates/registration/password_reset_done.html index e161e5e..0188162 100755 --- a/static/website/templates/registration/password_reset_done.html +++ b/static/website/templates/registration/password_reset_done.html @@ -1,3 +1,4 @@ + {% load static %} @@ -7,8 +8,8 @@ - - SciPy India 2017 + + NCCPS 2018 @@ -19,9 +20,9 @@
{% block header %} -
+

-

SciPy India 2017

+

NCCPS 2018

Reset Password


diff --git a/static/website/templates/view-proposals.html b/static/website/templates/view-proposals.html index f2b1f64..269690e 100755 --- a/static/website/templates/view-proposals.html +++ b/static/website/templates/view-proposals.html @@ -17,7 +17,7 @@ {% if not proposals %}

You have not submitted any paper.

- + Back
{% else %} {% if user.is_superuser %} -- cgit From bbbddcbde38b4584590f93aa8ed628ad705d546b Mon Sep 17 00:00:00 2001 From: Sashi20 Date: Mon, 24 Sep 2018 12:41:54 +0530 Subject: Rectified forgot password link in login template --- static/website/templates/login.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'static') diff --git a/static/website/templates/login.html b/static/website/templates/login.html index 65da512..2dd3418 100644 --- a/static/website/templates/login.html +++ b/static/website/templates/login.html @@ -20,7 +20,7 @@ Create an Account
- Forgot Password? + Forgot Password?

-- cgit From d9825c320cdd2952bb9a5a0f7371bc8fd2dfe036 Mon Sep 17 00:00:00 2001 From: Sashi20 Date: Mon, 24 Sep 2018 16:31:11 +0530 Subject: Modified login redirect url after password reset complete --- static/website/templates/registration/password_reset_complete.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'static') diff --git a/static/website/templates/registration/password_reset_complete.html b/static/website/templates/registration/password_reset_complete.html index 3a9b023..b1eb62a 100755 --- a/static/website/templates/registration/password_reset_complete.html +++ b/static/website/templates/registration/password_reset_complete.html @@ -34,7 +34,7 @@

Your password has been reset.

-

Please Log in with your new password.

+

Please Log in with your new password.

-- cgit