From cf35d334b8b881ce7a8b4e978b9da81b491e7d31 Mon Sep 17 00:00:00 2001 From: Sashi20 Date: Tue, 19 Sep 2017 15:01:05 +0530 Subject: Resolved Forgot password issue --- website/templates/cfp.html | 212 +++++++++++++++++++++++---------------------- 1 file changed, 107 insertions(+), 105 deletions(-) (limited to 'website/templates') diff --git a/website/templates/cfp.html b/website/templates/cfp.html index 4441fff..ee8a739 100755 --- a/website/templates/cfp.html +++ b/website/templates/cfp.html @@ -3,115 +3,117 @@ {% load static %} - - - - - - - SciPy India 2017 - - - - - - - - {% include 'navbar.html' %} - {% block content %} -
-
-

- SciPy India -

-

November 29 & 30 - 2017

-
-
-

-

- {% if user and not user.is_anonymous %} -

Submit Proposal

- {% else %} -

Login

- {% endif %} -
-

- {% if proposal_submit %} -
- - - - -
-

Thank You for your submission. Your proposal has been saved successfully and is under review. You can check the status of submission here !

-
-
- {% endif %} - {% if registration_complete %} -
-

Thank You for your registration. You can now log in by clicking here !

-

-
- {% endif %} - {% if user and not user.is_anonymous and not login_required %} -

We invite you to submit proposals for talks or workshops to be presented at SciPy 2017. The time duration for talks is 15 or 30 minutes and for workshops is 2 to 4 hours. There will be two parallel tracks for the workshops this year. One track is meant for beginners and the other is for advanced users.

- -

Important Dates

-
- -
- {% if user.is_superuser %} -
View Proposals
+ + + + + + + SciPy India 2017 + + + + + + + + {% include 'navbar.html' %} + {% block content %} +
+
+

+ SciPy India +

+

November 29 & 30 - 2017

+
+
+
+

+

+ {% if user and not user.is_anonymous %} +

Submit Proposal

{% else %} -
- View Proposals -
+

Login

{% endif %} - {% else %} -

We invite you to submit proposals for talks or workshops to be presented at SciPy 2017. The time duration for talks is 15 or 30 minutes and for workshops is 2 to 4 hours. There will be two parallel tracks for the workshops this year. One track is meant for beginners and the other is for advanced users. -

-
-
+
+

+ {% if proposal_submit %} +
+ + + + +
+

Thank You for your submission. Your proposal has been saved successfully and is under review. You can check the status of submission here !

+
+
+ {% endif %} + {% if registration_complete %} +
+

Thank You for your registration. You can now log in by clicking here !

+

+
+ {% endif %} + {% if user and not user.is_anonymous and not login_required %} +

We invite you to submit proposals for talks or workshops to be presented at SciPy 2017. The time duration for talks is 15 or 30 minutes and for workshops is 2 to 4 hours. There will be two parallel tracks for the workshops this year. One track is meant for beginners and the other is for advanced users.

+ +

Important Dates

+
+ +
+ {% if user.is_superuser %} +
View Proposals
+ {% else %} +
+ View Proposals +
+ {% endif %} + {% else %} +

We invite you to submit proposals for talks or workshops to be presented at SciPy 2017. The time duration for talks is 15 or 30 minutes and for workshops is 2 to 4 hours. There will be two parallel tracks for the workshops this year. One track is meant for beginners and the other is for advanced users. +

+
+
-

Login

- -

Login/Register to Submit a Proposal

- {% if invalid %} -

* Invalid Username/Password

+ +

Login

+
+

Login/Register to Submit a Proposal

+ {% if invalid %} +

* Invalid Username/Password

{% endif %} - - -
- {{ form.as_p }} -

- Create an Account - Forgot Password? - {% csrf_token %} -
- -

Or Sign in with:  -   -

-
-
-

Important Dates

-
    -
  • Call for proposals opens: 15th Sept. 2017
  • -
  • Last date for submission of proposals: 1st Nov. 2017
  • -
  • Announcement of selected proposals: 15th Nov. 2017
  • -
+ +
+ {{ form.as_p }} +

+ Create an Account + Forgot Password? + {% csrf_token %} +
+ +

Or Sign in with:  +   + +

-
- {% endif %} -
- {% endblock %} - {% include 'footer.html' %} - +
+ +

Important Dates

+
+ +
+
+ {% endif %} + + {% endblock %} + {% include 'footer.html' %} + - - -- cgit