diff options
author | Sashi20 | 2019-09-03 15:38:47 +0530 |
---|---|---|
committer | GitHub | 2019-09-03 15:38:47 +0530 |
commit | 463e9487c6ee11146a6a8fb3689650af663dfe51 (patch) | |
tree | ae54d42aeba719e5c5f92eb0969b67b759c295da /static/website/templates/cfp.html | |
parent | d0ff5d11f935ba5217c1be6357d44891b6e22b3c (diff) | |
parent | ba6097725b5154390e85a0f627b4014f95d6f3fa (diff) | |
download | SciPy2019-463e9487c6ee11146a6a8fb3689650af663dfe51.tar.gz SciPy2019-463e9487c6ee11146a6a8fb3689650af663dfe51.tar.bz2 SciPy2019-463e9487c6ee11146a6a8fb3689650af663dfe51.zip |
Merge pull request #3 from Sashi20/development
Add images and modify cfp templates
Diffstat (limited to 'static/website/templates/cfp.html')
-rwxr-xr-x | static/website/templates/cfp.html | 44 |
1 files changed, 22 insertions, 22 deletions
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 %} </center> </p> - {% if proposal_submit %} + {% if registration_complete %} + <center> + <p>Thank You for your registration. You can now log in by clicking + <a href="{% url 'website:cfp' %}">here!</a> + </p> + <br/> + <br/> + </center> + {% endif %} + {% if user and not user.is_anonymous and not login_required %} + {% if proposal_submit %} <center> <table> <tr> @@ -26,17 +36,7 @@ </table> </center> {% endif %} - {% if registration_complete %} - <center> - <p>Thank You for your registration. You can now log in by clicking - <a href="{% url 'website:cfp' %}">here!</a> - </p> - <br/> - <br/> - </center> - {% endif %} - {% if user and not user.is_anonymous and not login_required %} - <p>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. + <p>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. </p> <span> <h2> @@ -44,11 +44,11 @@ </h2> </span> <ul> - <li>Call for proposals opens: <b> 25<sup>th</sup> Sept. 2018</b> + <li>Call for proposals opens: <b>{{ cfp_dates.start_date| date:"d F Y" }}</b> </li> - <li>Last date for submission of proposals: <b>03<sup>rd</sup> Dec. 2018</b> + <li>Last date for submission of proposals: <b>{{ cfp_dates.end_date|date:"d F Y" }}</b> </li> - <!-- <li>Announcement of selected proposals: <b>15<sup>th</sup> Nov. 2018</b> + <!-- <li>Announcement of selected proposals: <b>15<sup>th</sup> Nov. 2019</b> </li> --> </ul> <br/> @@ -61,10 +61,10 @@ {% else %} <center> <a href="{% url 'website:view_abstracts' %}" class="btn btn-info">View Proposals</a> - <!-- <a href="{% url 'website:submitcfp' %}" class ="btn btn-info" role="button"> Submit paper </a> - <a href="{% url 'website:submitcfw' %}" class ="btn btn-info" role="button">Submit workshop </a> --> + <a href="{% url 'website:submitcfp' %}" class ="btn btn-info" role="button"> Submit paper </a> + <a href="{% url 'website:submitcfw' %}" class ="btn btn-info" role="button">Submit workshop </a> </center> - {% endif %} + {% endif %} {% else %} <hr> <div class="row"> @@ -84,10 +84,10 @@ <button class="button special" name ="login" type="submit">Login</button> <br/> <br/> - <!-- <a style="padding-right : 20px;" href="{% url 'website:user_register' %}" class="btn btn btn-primary">Create an Account - </a> --> - <br> - <a href="/2018/forgotpassword/" class="btn btn-primary">Forgot Password?</a> + <a style="padding-right : 20px;" href="{% url 'website:user_register' %}" class="btn btn btn-primary">Create an Account + </a> + <br><br> + <a href="/2019/forgotpassword/" class="btn btn-primary">Forgot Password?</a> </form> </p> <br> |