From 64ab50bb06eb01b4364bfcdaf45ae926b6670612 Mon Sep 17 00:00:00 2001 From: Sashi20 Date: Fri, 14 Sep 2018 15:17:21 +0530 Subject: Enabled registration and login interface, activation emails, paper submission interface --- static/website/templates/proposal.html | 122 ++++++--------------------------- 1 file changed, 21 insertions(+), 101 deletions(-) (limited to 'static/website/templates/proposal.html') diff --git a/static/website/templates/proposal.html b/static/website/templates/proposal.html index c6b51c3..1f7d4a0 100644 --- a/static/website/templates/proposal.html +++ b/static/website/templates/proposal.html @@ -6,7 +6,7 @@
{% if user and not user.is_anonymous %} -

Submit Proposal

+

Submit paper

{% else %}

Login

{% endif %} @@ -32,113 +32,33 @@

{% 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 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. -

+

We invite papers on Chemical Process Modelling, Simulation and Optimization. Time duration for oral presentation will be 15 minutes. Accepted papers will be published in conference proceedings. Award will be given to best paper and best poster.

Important Dates

-
{% if user.is_superuser %} -
- View Proposals - Submit Proposal - Submit Workshop -
- {% else %} -
- View Proposals -
- {% endif %} {% else %} - -
-
-
- -

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

- - -
- -
-
-

- Guidelines for a Proposal -

- -
-
-
-

- Guidelines for a Workshop -

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