From ba6097725b5154390e85a0f627b4014f95d6f3fa Mon Sep 17 00:00:00 2001 From: Sashi20 Date: Tue, 3 Sep 2019 11:05:29 +0530 Subject: Modify cfp template and proposal submission interface --- static/website/templates/cfp.html | 44 +++++++++++++++++++-------------------- 1 file changed, 22 insertions(+), 22 deletions(-) (limited to 'static/website/templates/cfp.html') diff --git a/static/website/templates/cfp.html b/static/website/templates/cfp.html index c5aee13..9b2714d 100755 --- a/static/website/templates/cfp.html +++ b/static/website/templates/cfp.html @@ -12,7 +12,17 @@ {% endif %}

- {% if proposal_submit %} + {% 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 %} + {% if proposal_submit %}
@@ -26,17 +36,7 @@
{% 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 2018. The time duration for talks is 15 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 2019. The time duration for talks is 15 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.

@@ -44,11 +44,11 @@


@@ -61,10 +61,10 @@ {% else %}
View Proposals - + Submit paper + Submit workshop
- {% endif %} + {% endif %} {% else %}
@@ -84,10 +84,10 @@

- -
- Forgot Password? + Create an Account + +

+ Forgot Password?


-- cgit