From 17e8d8b6e6aff4eb6181e87be43d756e06e1fef6 Mon Sep 17 00:00:00 2001 From: prashantsinalkar Date: Thu, 23 Aug 2018 10:19:34 +0530 Subject: added workshop form --- static/website/templates/submit-cfw.html | 102 +++++++++++++++++++++++++++++++ 1 file changed, 102 insertions(+) create mode 100755 static/website/templates/submit-cfw.html (limited to 'static') diff --git a/static/website/templates/submit-cfw.html b/static/website/templates/submit-cfw.html new file mode 100755 index 0000000..5cdef69 --- /dev/null +++ b/static/website/templates/submit-cfw.html @@ -0,0 +1,102 @@ +{% extends "base.html" %} +{% load static %} +{% load widget_tweaks %} +{% block content %} + +
+
+

+

+

Submit Workshop Proposal

+
+

+
+ {% if proposals_w >= 1 %} You have exceeded the workshop proposal submission limit. + You may view your submitted proposals by clicking + + here + {% else %} +

+ Proposal Guidelines +

+ + +
+
+ + {% render_field proposal_form.about_me %} +
+
+ + {% render_field proposal_form.phone %} +
+
+ + {% render_field proposal_form.title %} +
+
+ + {% render_field proposal_form.abstract %} + +
+
+ + {% render_field proposal_form.duration %} +
+
+ + {% render_field proposal_form.attachment %} +
+ + {% render_field proposal_form.tags %} +
+
+
+
+ + {% render_field proposal_form.open_to_share %} +
+
+ {% render_field proposal_form.proposal_type %} + {% csrf_token %} +
+ + Back +
+
+ {% endif %} +
+
+{% endblock %} -- cgit From a5f9221b03bdc8fa1152b161db5c60dc4f6cc896 Mon Sep 17 00:00:00 2001 From: prashantsinalkar Date: Thu, 23 Aug 2018 10:20:11 +0530 Subject: added cfp form --- static/website/templates/submit-cfp.html | 115 +++++++++++++++++++++++-------- 1 file changed, 85 insertions(+), 30 deletions(-) (limited to 'static') diff --git a/static/website/templates/submit-cfp.html b/static/website/templates/submit-cfp.html index b3aa2ee..5354f4e 100755 --- a/static/website/templates/submit-cfp.html +++ b/static/website/templates/submit-cfp.html @@ -1,41 +1,96 @@ {% extends "base.html" %} + +{% load widget_tweaks %} {% load static %} + +
{% block content %} +
- {% if proposals_a >= 1 %} You have exceeded the abstract submission limit. You may view your submitted proposals by clicking here + {% if proposals_a >= 1 %} You have exceeded the abstract submission limit. You may view your submitted proposals by clicking + here - {% else %}
-
-

Submit Proposal

-
-
-

Proposal Guidelines

- -
- -
- {% for field in proposal_form %} -

{{ field.label}} {% if field.field.required %} * {% endif %} {{ field }} -

- {{ field.errors }} {% endfor %} -
- {% csrf_token %} + {% else %} +
- - Back +

Submit Proposal

-
+
+

+ Proposal Guidelines +

+ +
+
+ + {% render_field proposal_form.about_me %} +
+
+ + {% render_field proposal_form.phone %} +
+
+ + {% render_field proposal_form.title %} +
+
+ + {% render_field proposal_form.abstract %} + +
+
+ + {% render_field proposal_form.duration %} + +
+
+ + {% render_field proposal_form.attachment %} +
+
+ + {% render_field proposal_form.tags %} +
+
+
+ + {% render_field proposal_form.open_to_share %} +
+
+ {% render_field proposal_form.proposal_type %} + {% csrf_token %} +
+ + Back +
+
{% endif %} -
-
+ + {% endblock %} -- cgit From 1684b6aad3918228fdcdee2886c29b74d5ef2881 Mon Sep 17 00:00:00 2001 From: prashantsinalkar Date: Thu, 23 Aug 2018 10:30:16 +0530 Subject: added character counter --- static/website/js/custom.js | 13 +++++++++++++ static/website/templates/header.html | 6 ++++++ 2 files changed, 19 insertions(+) (limited to 'static') diff --git a/static/website/js/custom.js b/static/website/js/custom.js index 2573428..4720549 100644 --- a/static/website/js/custom.js +++ b/static/website/js/custom.js @@ -65,6 +65,18 @@ $(document) updateGallery($(this)); }); } + + var fewSeconds = 5; + $('#subbtn').click(function(){ + // Ajax request + alert("I have read all the instructions carefully"); + var btn = $(this); + /*btn.prop('disabled', true); + setTimeout(function(){ + btn.prop('disabled', false); + }, fewSeconds*1000);*/ +}); + }); // build key actions @@ -91,3 +103,4 @@ $(document) e.preventDefault(); // prevent the default action (scroll / move caret) }); + diff --git a/static/website/templates/header.html b/static/website/templates/header.html index fe1ffb4..a6b3c50 100644 --- a/static/website/templates/header.html +++ b/static/website/templates/header.html @@ -33,6 +33,12 @@ jQuery(document).ready(function($){ }); + {% endblock %} -- cgit From 79485991350075a8e4c75c1dd1ee98b99656d118 Mon Sep 17 00:00:00 2001 From: prashantsinalkar Date: Thu, 23 Aug 2018 15:59:10 +0530 Subject: updated view proposals --- static/website/templates/view-proposals.html | 190 +++++++++++++-------------- 1 file changed, 92 insertions(+), 98 deletions(-) (limited to 'static') diff --git a/static/website/templates/view-proposals.html b/static/website/templates/view-proposals.html index bdb39f7..285fc3b 100755 --- a/static/website/templates/view-proposals.html +++ b/static/website/templates/view-proposals.html @@ -1,149 +1,143 @@ +{% extends "base.html" %} {% load static %} - - -{% include 'header.html' %} - -
- - {% include 'navbar.html' %} - {% block content %} -
-
-

+ {% block content %} +

+
+

View Proposals

-

+

{% if not proposals %} -
-

Proposals are no longer accepted

- -
+
+

Proposals are no longer accepted

+ Submit paper + Submit workshop +
{% else %} {% if user.is_superuser %} -
-
+
+ +
+
{% endif %}
{% csrf_token %}

-

- - +
+
+ {% if user.is_superuser %} - - - - - - + + + + + + + {% else %} - - - - - + + + + + {% endif %} - + {% if user.is_superuser %} - - + + {% if user.is_superuser %} - +
+ +
+ {% endif %} - + {% endif %} - + {% if user.is_superuser %} - + {% else %} - - + + {% endif %} - - + - - + + {% endfor %} -
- Speaker + Speaker {% endif %} - Type - Title + Type + Title {% if not user.is_superuser %} - View + View {% endif %} {% if user.is_superuser %} - -
Duration
+
+
Duration
{% else %} -
Comments + Comments {% endif %} - Status + Status {% for proposal in proposals %} -
+ {% if proposal.status == 'Rejected' %} {% else %} -
-
- {{ proposal.user.get_full_name}} - +

+ {{ proposal.user.first_name }} {{ proposal.user.last_name }} +

+
{{proposal.proposal_type }} {{proposal.proposal_type }} {{proposal.title}} + {{proposal.title}} + {{proposal.title}}View {{proposal.title}} + View + + {% if user.is_superuser %} -
{{ proposal.duration }} +
{{ proposal.duration }} {% if proposal.proposal_type == 'ABSTRACT' %} Mins{% else %} Hrs {% endif %}
{% else %} - {{proposal.comments_set.count}} + {{proposal.comments_set.count}} {% endif %} -
+ {% if proposal.status == 'Accepted' %} -
{{proposal.status}}
+
{{proposal.status}}
{% elif proposal.status == 'Rejected' %} -
{{proposal.status}}
+
{{proposal.status}}
{% elif proposal.status == 'Commented' %} -
{{proposal.status}}
+
{{proposal.status}}
{% elif proposal.status == 'Edit' %} {% if user.is_superuser %} -
{{proposal.status}}
+
{{proposal.status}}
{% else %} - {{proposal.status}} + {{proposal.status}} {% endif %} {% else %} -
{{proposal.status}}
+
{{proposal.status}}
{% endif %} -
-

-

- - + +
+
+
+ Submit paper + Submit workshop +
+

{% if user.is_superuser %} - -
- - - -
+ +
+ + + +
{% endif %} - + {% endif %} -
- - - - - -
- + + + +
+ {% endblock %} - {% include 'footer.html' %} - -- cgit From a52243eaa661122ad64182b0fa93df8a7aff63fc Mon Sep 17 00:00:00 2001 From: prashantsinalkar Date: Thu, 23 Aug 2018 16:36:20 +0530 Subject: updated cfp --- static/website/templates/cfp.html | 234 ++++++++++++++++---------------------- 1 file changed, 100 insertions(+), 134 deletions(-) (limited to 'static') diff --git a/static/website/templates/cfp.html b/static/website/templates/cfp.html index 704fafb..1ed48f4 100755 --- a/static/website/templates/cfp.html +++ b/static/website/templates/cfp.html @@ -1,159 +1,125 @@ +{% extends "base.html" %} {% load static %} - - -{% include 'header.html' %} - -
- - {% include 'navbar.html' %} - {% block content %} -
-
-

-

+{% block content %} +
+
+

+

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

Submit Proposal

+

Submit Proposal

{% else %} -

Login

+

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 - ! -

-
-
+
+ + + + +
+

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 - ! -

-

-
+
+

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. +

We invite you to submit proposals for talks or workshops to be presented at SciPy 2018. 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 -

-
- -
+ +

+ Important Dates +

+
+ +
{% if user.is_superuser %} -
- View Proposals -
+
+ View Proposals + Submit paper + Submit workshop +
{% else %} -
- View Proposals -
+
+ View Proposals + Submit paper + Submit workshop +
{% endif %} {% else %} - -
-
-
- -

- Login -

-
-

Login/Register to Submit a Proposal

+
+
+
+ +

+ Login +

+
+

Login/Register to Submit a Proposal

{% if invalid %} -

* Invalid Username/Password

+

* Invalid Username/Password

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

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

Or Sign in with: 
- - -   - - + +
+
+
Create an Account -

-
-

-

- Important Dates -

-
    -
  • Call for proposals opens:
    - 15th Sept. 2017 -
  • -
  • Last date for submission of proposals:
    - 10th Nov. 2017 -
  • -
  • Announcement of selected proposals:
    - 15th Nov. 2017 -
  • -
-

-
- -
-
-

+
+ Forgot Password? + {% csrf_token %} + +

+
+

+
+
+

Guidelines for a Proposal

-
    -
  • The project should be an actual implementation rather than just an idea.
  • -
  • Besides implementation, the submission can also be about experiences and usage of Python, Python-based tools and libraries for research or teaching.
  • -
  • Abstract should be of 300 to 700 words describing the topic, including its relevance to scientific computing or the use of Python in education.
  • -
  • All selected proposals must be presented at the conference by atleast one author.
  • -
-
-
-
-

+
    +
  • The project should be an actual implementation rather than just an idea.
  • +
  • Besides implementation, the submission can also be about experiences and usage of Python, Python-based tools and libraries for research or teaching.
  • +
  • Abstract should be of 300 to 700 words describing the topic, including its relevance to scientific computing or the use of Python in education.
  • +
  • All selected proposals must be presented at the conference by atleast one author.
  • +
+

+
+
+

Guidelines for a Workshop

- -
    -
  • There are two parallel tracks, one for beginners and one for advanced users.
  • -
  • The workshops should be hands-on with plenty of exercises for the users.
  • -
  • It is advisable to pick particular problem(s) and orient your workshop around how to solve those using the package you plan to talk about.
  • -
  • Provide us with links to any resources you have already prepared for the workshop.
  • -
-
- -
- - -
- {% endif %} -
+ + + + + {% endif %} + {% endblock %} - {% include 'footer.html' %} - -- cgit From 2e5f827642f8105786c89737d6606628a77d2fcf Mon Sep 17 00:00:00 2001 From: prashantsinalkar Date: Thu, 23 Aug 2018 16:39:17 +0530 Subject: added new urls --- static/website/templates/navbar.html | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'static') diff --git a/static/website/templates/navbar.html b/static/website/templates/navbar.html index 14a8ccd..3eef776 100644 --- a/static/website/templates/navbar.html +++ b/static/website/templates/navbar.html @@ -38,13 +38,14 @@
  • Photos
  • Team
  • {% if user.is_authenticated %} -
  • +
  • {{ user.username }}!
  • -
  • logout
  • +
  • logout
  • {% else %} -
  • login
  • +
  • login
  • {% endif %} + -- cgit From 7745dc12b4644a246d46f04f35efea20102a1e9b Mon Sep 17 00:00:00 2001 From: prashantsinalkar Date: Thu, 23 Aug 2018 16:39:49 +0530 Subject: added new class --- static/website/templates/submit-cfp.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'static') diff --git a/static/website/templates/submit-cfp.html b/static/website/templates/submit-cfp.html index 5354f4e..1b5c15c 100755 --- a/static/website/templates/submit-cfp.html +++ b/static/website/templates/submit-cfp.html @@ -76,7 +76,7 @@ {% render_field proposal_form.tags %}
    -
    +
    -- cgit From 452f009294963c88ac86cb0795cb18552a6474b6 Mon Sep 17 00:00:00 2001 From: prashantsinalkar Date: Thu, 23 Aug 2018 16:40:15 +0530 Subject: added new class --- static/website/templates/submit-cfw.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'static') diff --git a/static/website/templates/submit-cfw.html b/static/website/templates/submit-cfw.html index 5cdef69..efc746b 100755 --- a/static/website/templates/submit-cfw.html +++ b/static/website/templates/submit-cfw.html @@ -82,7 +82,7 @@
    -
    +
    -- cgit From a807e46b2ef8c26f9b4bc86429100ce2ec171fcb Mon Sep 17 00:00:00 2001 From: prashantsinalkar Date: Thu, 23 Aug 2018 16:50:33 +0530 Subject: added new url for login --- static/website/templates/registration/login.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'static') diff --git a/static/website/templates/registration/login.html b/static/website/templates/registration/login.html index 86a90c6..319897c 100644 --- a/static/website/templates/registration/login.html +++ b/static/website/templates/registration/login.html @@ -14,7 +14,7 @@ Hi {{ user.username }}! {% else %}

    You are not logged in

    - login + login {% endif %}

    Login

    -- cgit From fe3d621fceca461223202c3f4012907137290583 Mon Sep 17 00:00:00 2001 From: prashantsinalkar Date: Thu, 23 Aug 2018 16:54:17 +0530 Subject: added new class --- static/website/templates/view-proposals.html | 1 - 1 file changed, 1 deletion(-) (limited to 'static') diff --git a/static/website/templates/view-proposals.html b/static/website/templates/view-proposals.html index 285fc3b..ce15a7e 100755 --- a/static/website/templates/view-proposals.html +++ b/static/website/templates/view-proposals.html @@ -140,4 +140,3 @@
    {% endblock %} - -- cgit From 5320025f26e00321f3bef69e7109e769f15dad60 Mon Sep 17 00:00:00 2001 From: prashantsinalkar Date: Thu, 23 Aug 2018 16:55:38 +0530 Subject: added new urls --- static/website/templates/proposal.html | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) (limited to 'static') diff --git a/static/website/templates/proposal.html b/static/website/templates/proposal.html index c6b51c3..2d30137 100644 --- a/static/website/templates/proposal.html +++ b/static/website/templates/proposal.html @@ -53,13 +53,15 @@
    {% if user.is_superuser %}
    - View Proposals - Submit Proposal - Submit Workshop + View Proposals + Submit Proposal + Submit Workshop
    {% else %}
    - View Proposals + View Proposals + Submit Proposal + Submit Workshop
    {% endif %} {% else %} @@ -80,9 +82,9 @@ {{ form.as_p }}

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

    Or Sign in with: 
    @@ -143,6 +145,6 @@

    {% endif %} - +
    {% endblock %} -- cgit From 756d9e437cc0e573558046d7ad2b1e629487865d Mon Sep 17 00:00:00 2001 From: prashantsinalkar Date: Thu, 23 Aug 2018 16:59:35 +0530 Subject: added new html files --- static/website/templates/abstract-details.html | 44 ++++++++++ static/website/templates/comment-abstract.html | 98 ++++++++++++++++++++++ static/website/templates/edit-proposal.html | 35 ++++++++ .../registration/password_change_done.html | 47 +++++++++++ .../registration/password_change_form.html | 49 +++++++++++ .../registration/password_reset_complete.html | 41 +++++++++ .../registration/password_reset_confirm.html | 91 ++++++++++++++++++++ .../registration/password_reset_done.html | 41 +++++++++ .../registration/password_reset_form.html | 26 ++++++ static/website/templates/user-register.html | 43 ++++++++++ 10 files changed, 515 insertions(+) create mode 100755 static/website/templates/abstract-details.html create mode 100755 static/website/templates/comment-abstract.html create mode 100755 static/website/templates/edit-proposal.html create mode 100755 static/website/templates/registration/password_change_done.html create mode 100755 static/website/templates/registration/password_change_form.html create mode 100755 static/website/templates/registration/password_reset_complete.html create mode 100755 static/website/templates/registration/password_reset_confirm.html create mode 100755 static/website/templates/registration/password_reset_done.html create mode 100755 static/website/templates/registration/password_reset_form.html create mode 100755 static/website/templates/user-register.html (limited to 'static') diff --git a/static/website/templates/abstract-details.html b/static/website/templates/abstract-details.html new file mode 100755 index 0000000..07dcfc3 --- /dev/null +++ b/static/website/templates/abstract-details.html @@ -0,0 +1,44 @@ +{% extends "base.html" %} +{% load static %} + {% block content %} +
    +
    +

    +

    +

    Abstract Details

    +
    +

    +

    {{ proposal.user.first_name }} {{ proposal.user.last_name }}

    +
    +

    Title:  {{ proposal.title }}

    +

    About Me:  {{ proposal.about_me | linebreaks }}

    +

    Abstract:  {{ proposal.abstract |linebreaks }}

    + {% if proposal.prerequisite %} +

    Prerequisite:  {{ proposal.prerequisite |linebreaks }}

    + {% endif%} +

    Duration:  {{ proposal.duration }} {% if proposal.proposal_type == "ABSTRACT"%} Mins {% else %}Hours {%endif%}

    + {% if proposal.proposal_type == "ABSTRACT"%} +

    Tags:  {{ proposal.tags }}

    + {% else %} +

    Level:  {{ proposal.tags }}

    + {% endif %} +

    Date Created:  {{ proposal.date_created }}

    + {% if url %} +

    Attachment:   + {{filename}} +

    + {% endif %} +

    Comments: +


    + {% for comment in comments %} +
    + Comment By: + {{ comment.user.first_name }} {{ comment.user.last_name }} +

    {{ comment.comment| linebreaks }}

    +
    +
    + {% endfor %} +
    +
    + {% endblock %} + diff --git a/static/website/templates/comment-abstract.html b/static/website/templates/comment-abstract.html new file mode 100755 index 0000000..b6dd3a2 --- /dev/null +++ b/static/website/templates/comment-abstract.html @@ -0,0 +1,98 @@ +{% extends "base.html" %} +{% load static %} +{% load widget_tweaks %} +{% block content %} + +
    +
    +

    +

    + {% if proposal.proposal_type == "ABSTRACT"%} +

    Abstract Details

    + {% else %} +

    Workshop Details

    + {% endif %} +
    +

    +

    {{ proposal.user.first_name }} {{ proposal.user.last_name }}

    +

    Title:  {{ proposal.title }}

    +

    About Me:  {{ proposal.about_me |linebreaks }}

    + {% if proposal.proposal_type == "ABSTRACT"%} +

    Abstract:  + {% else %} +

    Description:  + {% endif %} + {{ proposal.abstract | linebreaks }} +

    + {% if proposal.prerequisite %} +

    Prerequisite:  {{ proposal.prerequisite| linebreaks }}

    + {% endif%} +

    Duration:  {{ proposal.duration }} {% if proposal.proposal_type == "ABSTRACT"%} Mins {% else %}Hours {%endif%}

    + {% if proposal.proposal_type == "ABSTRACT"%} +

    Tags:  {{ proposal.tags }}

    + {% else %} +

    Level:  {{ proposal.tags }}

    + {% endif %} + {% if url %} + Attachment:  {{ filename }} + {% endif %} +

    Date Created:  {{ proposal.date_created }}

    +
    + {% csrf_token %} + Ratings : + + /10   + +
    +

    Ratings

    + {% for rate in rates %} +
    + {{rate.rating}}/10 + by - {{ rate.user }} +
    + {% endfor %} +
    +

    Comments

    + {% for comment in comments %} +
    + Comment By: + {{ comment.user.first_name }} {{ comment.user.last_name }} +

    {{ comment.comment| linebreaks }}

    + +
    +
    + + {% endfor %} +
    + {% csrf_token %} +
    + +
    + +
    +
    + {% endblock %} + + diff --git a/static/website/templates/edit-proposal.html b/static/website/templates/edit-proposal.html new file mode 100755 index 0000000..fdcc39b --- /dev/null +++ b/static/website/templates/edit-proposal.html @@ -0,0 +1,35 @@ +{% extends "base.html" %} +{% load static %} +{% load widget_tweaks %} +{% block content %} + +
    +
    +

    +

    + {% if proposal.proposal_type == "ABSTRACT" %} +

    Edit Abstract Proposal

    + {% else %} +

    Edit Workshop Proposal

    + {% endif %} +
    +

    +

    {{ proposal.user.first_name }} {{ proposal.user.last_name }}

    +
    + {% csrf_token %} +
    + {% for field in form %} +

    {{ field.label}} + {% if field.field.required %} * {% endif %} + {{ field }} +

    + {{ field.errors }} + {% endfor %} +
    + {% csrf_token %} +
    +
    +
    +
    +
    + {% endblock %} diff --git a/static/website/templates/registration/password_change_done.html b/static/website/templates/registration/password_change_done.html new file mode 100755 index 0000000..67fd9a6 --- /dev/null +++ b/static/website/templates/registration/password_change_done.html @@ -0,0 +1,47 @@ + +{% load static %} + + + + + + + + + + SciPy India 2017 + + + + + + + + + + {% block header %} +
    +
    +

    SciPy India 2017

    +

    Reset Password

    +
    +
    +{% endblock %} + +{% block content %} +
    +
    +
    + + +

    Your password has been changed successfully.

    +

    Redirecting ...

    +
    +
    +
    +{% endblock %} \ No newline at end of file diff --git a/static/website/templates/registration/password_change_form.html b/static/website/templates/registration/password_change_form.html new file mode 100755 index 0000000..a27c585 --- /dev/null +++ b/static/website/templates/registration/password_change_form.html @@ -0,0 +1,49 @@ + +{% load static %} + + + + + + + + + + SciPy India 2017 + + + + + + + + + + {% block header %} +
    +
    +

    SciPy India 2017

    +

    Reset Password

    +
    +
    +{% endblock %} + +{% block content %} +
    +
    +
    +
    +
    + {% csrf_token %} +
    + + {{ form }} +
    +
    +
    +
    +
    +
    +
    +
    +{% endblock %} diff --git a/static/website/templates/registration/password_reset_complete.html b/static/website/templates/registration/password_reset_complete.html new file mode 100755 index 0000000..b8a6131 --- /dev/null +++ b/static/website/templates/registration/password_reset_complete.html @@ -0,0 +1,41 @@ + +{% load static %} + + + + + + + + + + SciPy India 2017 + + + + + + + + + + {% block header %} +
    +
    +

    SciPy India 2017

    +

    Reset Password

    +
    +
    +{% endblock %} + +{% block content %} +
    +
    +
    +
    +

    Your password has been reset.

    +

    Please Log in with your new password.

    +
    +
    +
    +{% endblock %} diff --git a/static/website/templates/registration/password_reset_confirm.html b/static/website/templates/registration/password_reset_confirm.html new file mode 100755 index 0000000..895e30d --- /dev/null +++ b/static/website/templates/registration/password_reset_confirm.html @@ -0,0 +1,91 @@ +{% load static %} + + + + + + + + + + SciPy India 2017 + + + + + + + + + + {% block header %} +
    +
    +

    SciPy India 2017

    +

    Reset Password

    +
    +
    +{% endblock %} + +{% block content %} +
    +
    +
    + {% if validlink %} +
    +

    Please enter your new password twice.

    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + +
    +
    {{ form.new_password1.errors }} + {{ form.new_password1 }}
    {{ form.new_password2.errors }} + {{ form.new_password2 }}

    +
    +
    + {% else %} +

    The password reset link is invalid, + possibly because it has already been used.
    + Please request a new password reset.


    + {% endif %} +
    +
    +
    + + +{% endblock %} diff --git a/static/website/templates/registration/password_reset_done.html b/static/website/templates/registration/password_reset_done.html new file mode 100755 index 0000000..e161e5e --- /dev/null +++ b/static/website/templates/registration/password_reset_done.html @@ -0,0 +1,41 @@ +{% load static %} + + + + + + + + + + SciPy India 2017 + + + + + + + + +
    + {% block header %} +
    +
    +

    SciPy India 2017

    +

    Reset Password

    +
    +
    +
    +{% endblock %} + + +{% block content %} +
    +
    +
    +
    + If an account exists with this email, you would receive the password reset instructions shortly. Please check your spam folder too.
    +
    +
    +
    + {% endblock %} diff --git a/static/website/templates/registration/password_reset_form.html b/static/website/templates/registration/password_reset_form.html new file mode 100755 index 0000000..b5d900a --- /dev/null +++ b/static/website/templates/registration/password_reset_form.html @@ -0,0 +1,26 @@ +{% extends "base.html" %} +{% load static %} + {% block content %} +
    +
    + +

    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 }} + +
    +

    + + +
    +
    + +
    +
    +{% endblock %} diff --git a/static/website/templates/user-register.html b/static/website/templates/user-register.html new file mode 100755 index 0000000..c5ea301 --- /dev/null +++ b/static/website/templates/user-register.html @@ -0,0 +1,43 @@ +{% extends "base.html" %} +{% load static %} +
    +{% block content %} +
    +
    +
    +

    Register

    +
    + {% if email_registered %} +
    +
    + × +

    Email ID is already registered !

    +
    +

    Have you already logged in using social logins ?

    +

    or

    +

    Click Here if you forgot your username or password

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

    Your Account is Created Successfully !

    + {% endif %} + +
    + + {% csrf_token %} + {% for field in form %} +

    {{ field.label}} + {% if field.field.required %} * {% endif %} + {{ field }} +

    + {{ field.errors }} + {% endfor %} +
    + + I have an account + +
    + +
    +{% endblock %} -- cgit