From 0f9ec24f76f4053e2aab3cda5e4cd825683cd4f5 Mon Sep 17 00:00:00 2001 From: Sashi20 Date: Thu, 21 Sep 2017 17:30:20 +0530 Subject: Added css to Forgot password Templates --- website/static/css/one-page-wonder.css | 10 ++++ .../templates/register/password_change_done.html | 40 ++++++--------- .../templates/register/password_change_form.html | 44 ++++++----------- .../register/password_reset_complete.html | 42 ++++++---------- .../templates/register/password_reset_confirm.html | 42 ++++++---------- .../templates/register/password_reset_done.html | 38 ++++++--------- .../templates/register/password_reset_form.html | 57 ++++++++++------------ 7 files changed, 113 insertions(+), 160 deletions(-) diff --git a/website/static/css/one-page-wonder.css b/website/static/css/one-page-wonder.css index 51676e0..42a8071 100755 --- a/website/static/css/one-page-wonder.css +++ b/website/static/css/one-page-wonder.css @@ -118,4 +118,14 @@ header.masthead > .overlay { transform: translate3d(0,0,0); } +#main input[type="password"], + #main input[type="email"], + #main textarea { + width: 90%; + border:solid 1px #565050; + -webkit-border-radius: 5px; +-moz-border-radius: 5px; +border-radius: 5px; + } + diff --git a/website/templates/register/password_change_done.html b/website/templates/register/password_change_done.html index 6ccd5d4..1b60f30 100755 --- a/website/templates/register/password_change_done.html +++ b/website/templates/register/password_change_done.html @@ -1,41 +1,33 @@ + {% load static %} - Forgot Password - - - - + + + + + + SciPy India 2017 + + + + + + {% block header %} -
+

SciPy India 2017

Reset Password

-
-{% endblock %} - - -{% block nav %} - - +
{% endblock %} - - {% block content %} -
+
diff --git a/website/templates/register/password_change_form.html b/website/templates/register/password_change_form.html index 23459b7..6723a8f 100755 --- a/website/templates/register/password_change_form.html +++ b/website/templates/register/password_change_form.html @@ -3,43 +3,31 @@ - - Call for Proposal - - - - - - - + + + + + + + SciPy India 2017 + + + + + + {% block header %} -
+

SciPy India 2017

Reset Password

{% endblock %} - -{% block nav %} - - -{% endblock %} - - - {% block content %} -
+
@@ -50,7 +38,7 @@
-
+
diff --git a/website/templates/register/password_reset_complete.html b/website/templates/register/password_reset_complete.html index 16d0502..dcaed8b 100755 --- a/website/templates/register/password_reset_complete.html +++ b/website/templates/register/password_reset_complete.html @@ -4,42 +4,30 @@ - Call for Proposal - - - - - - - + + + + + + SciPy India 2017 + + + + + + {% block header %} -
+

SciPy India 2017

Reset Password

-
+
{% endblock %} - -{% block nav %} - - -{% endblock %} - - - {% block content %} -
+

Your password has been reset.

diff --git a/website/templates/register/password_reset_confirm.html b/website/templates/register/password_reset_confirm.html index 723cfad..5b23073 100755 --- a/website/templates/register/password_reset_confirm.html +++ b/website/templates/register/password_reset_confirm.html @@ -4,42 +4,30 @@ - Call for Proposal - - - - - - - + + + + + + SciPy India 2017 + + + + + + {% block header %} -
+

SciPy India 2017

Reset Password

{% endblock %} - -{% block nav %} - - -{% endblock %} - - - {% block content %} -
+
{% if validlink %} @@ -63,7 +51,7 @@ -
+

diff --git a/website/templates/register/password_reset_done.html b/website/templates/register/password_reset_done.html index 032eb43..75251ef 100755 --- a/website/templates/register/password_reset_done.html +++ b/website/templates/register/password_reset_done.html @@ -3,43 +3,33 @@ - Call for Proposal - - - - - - - + + + + + + SciPy India 2017 + + + + + + {% block header %} -
+

SciPy India 2017

Reset Password

{% endblock %} -{% block nav %} - - -{% endblock %} - - {% block content %}
-
+
If an account exists with this email, you would receive the password reset instructions shortly. Please check your spam folder too.
diff --git a/website/templates/register/password_reset_form.html b/website/templates/register/password_reset_form.html index 02de5d9..64bde98 100755 --- a/website/templates/register/password_reset_form.html +++ b/website/templates/register/password_reset_form.html @@ -3,53 +3,49 @@ - Call for Proposal - - - - - - - + + + + + + SciPy India 2017 + + + + + + +{% include 'navbar.html' %} +
{% block header %} -
+
+

SciPy India 2017

Reset Password

+
+
{% endblock %} - -{% block nav %} - - -{% endblock %} - - - {% block content %} -
+
-

Recovery Email


-Kindly enter your email ID used for registration. The password reset link will be mailed to the same. -

+

Recovery Email

+
+ Kindly enter your email ID used for registration. The password reset link will be mailed to the same. +

{% csrf_token %} {{ form.email.errors }}

{{ form.email }} -

+ +
+

@@ -60,4 +56,5 @@ Kindly enter your email ID used for registration. The password reset link will b
+ {% endblock %} -- cgit