diff options
Diffstat (limited to 'website/templates/cfp.html')
-rwxr-xr-x | website/templates/cfp.html | 20 |
1 files changed, 11 insertions, 9 deletions
diff --git a/website/templates/cfp.html b/website/templates/cfp.html index 0ab52e5..9f4c533 100755 --- a/website/templates/cfp.html +++ b/website/templates/cfp.html @@ -1,7 +1,7 @@ +<!DOCTYPE HTML> {% extends 'base.html' %} {% load static %} -<!DOCTYPE HTML> <html> <head> <title>Submit Proposal</title> @@ -63,7 +63,7 @@ <center> <p>Thank You for your registration. You can now log in by clicking <a href="{% url 'website:cfp' %}">here </a>!</p> - <br><br> + <br/><br/> </center> {% endif %} @@ -75,11 +75,11 @@ <span><h2><u>Important Dates</u></h2></span> <ul> <li>Call for proposals opens: <b>October 4, 2016</b></li> - <li>Last date for submission of proposals: To be announced - <li>Announcement of selected proposals: To be announced + <li>Last date for submission of proposals: <b>November 20, 2016</b></li> + <li>Announcement of selected proposals: <b>December 1, 2016</b></li> </ul> - <br> + <br/> {% if user.is_superuser %} <center><a href="{% url 'website:view_abstracts' %}" style="background:#D44727" class="button special">View Proposals</a> </center> {% else %} @@ -105,7 +105,7 @@ <!-- <div id = "my_form"> --> <form action="" method="POST"> {{ form.as_p }} - <button class="button special" style="background:#D44727" name ="login"type="submit">Login</button><br><br> + <button class="button special" style="background:#D44727" name ="login" type="submit">Login</button><br/><br/> <a style="padding-right : 20px;" href="{% url 'website:userregister' %}" class="btn btn btn-primary">Create an Account</a> <a href="/2016/forgotpassword/">Forgot Password?</a> {% csrf_token %} @@ -115,6 +115,7 @@ <a href="{% url 'social:begin' 'google-oauth2' %}" class="btn btn-social-icon " style="color:#dd4b39;"><i class="icon-google-plus"></i></a> <a href="{% url 'social:begin' 'facebook' %}?next={{ request.path }}" class=" btn btn-social-icon" style="color:#3b5998"><i class="icon-facebook"></i></a></p> </li> + <!-- </div> --> <!-- <div class="col-md-6" > --> @@ -123,10 +124,11 @@ <span><h2><u>Important Dates</u></h2></span> <ul> <li>Call for proposal opens: <b>October 4, 2016</b></li> - <li>Last date for submission of proposals: To be announced - <li>Announcement of selected proposals: To be announced + <li>Last date for submission of proposals: <b>November 20, 2016</b></li> + <li>Announcement of selected proposals: <b>December 1, 2016</b></li> </ul> </li> + </ul> <!-- </div> --> {% endif %} @@ -137,4 +139,4 @@ {% endblock %} </body> -</html> +</html>
\ No newline at end of file |