summaryrefslogtreecommitdiff
path: root/website/templates
diff options
context:
space:
mode:
authorThomas Stephen Lee2015-10-27 12:06:56 +0530
committerThomas Stephen Lee2015-10-27 12:06:56 +0530
commit509bae77d1fd06ac7ed13192522cba27d96a09a2 (patch)
treed9648a9f6dd6e13e4fa0c817012e1399abf25c88 /website/templates
parent1edd8abf802616a0b2b50ecc27f525aac7085bf5 (diff)
downloadSciPy2015-master.tar.gz
SciPy2015-master.tar.bz2
SciPy2015-master.zip
Make cfp fields optional and misc design changesHEADmaster
Diffstat (limited to 'website/templates')
-rwxr-xr-x[-rw-r--r--]website/templates/cfp.html11
-rwxr-xr-x[-rw-r--r--]website/templates/submit-cfp.html1
2 files changed, 5 insertions, 7 deletions
diff --git a/website/templates/cfp.html b/website/templates/cfp.html
index 411a160..d4f1e04 100644..100755
--- a/website/templates/cfp.html
+++ b/website/templates/cfp.html
@@ -36,7 +36,7 @@
<center>
<div class="alert" style="width:700px;height:50px;">
<a class="close" data-dismiss="alert" href="#">&times;</a>
- <p>Thank You for submitting a talk. Propsal has been saved successfully !</p>
+ <p>Thank You for submitting a talk. Proposal has been saved successfully !</p>
</div>
</center>
<div class="clearfix"></div>
@@ -84,7 +84,6 @@
<hr>
<h3><u>Proposal Guidelines</u></h3>
<ul>
- <li>Submit a proposal through <a href="#">this link</a>
<li>The project you are willing to present should be an actual implementation rather than just an idea.
<li>Abstract should be of 300 to 700 words describing the topic, including its relevance to scientific computing.
<li>Proposals with an aim to promote a commercial product or service will be rejected.
@@ -97,17 +96,17 @@
<h3><u>Important Dates</u></h3>
<ul>
<li>CFP Open: July 5, 2015
- <li>CFP Close: October 15, 2015
- <li>Announcement of selected proposals: November 15, 2015
+ <li>CFP Close: November 24, 2015
+ <li>Announcement of selected proposals: December 1, 2015
</ul>
<hr>
{% if user and not user.is_anonymous %}
<a href="{% url 'website:submitcfp' %}" class="btn btn btn-primary">Submit a Talk</a>
<br><br>
<p align="justify">
- If you are interested in taking an hands on tutorial/workshop session kindly write to us at <b>scipy[at]fossee[dot]in</b> with the topic you are interested to take along with a brief bio about yourself. Kindly note that the topic should be related to scientific computing.</p>
+ If you are interested in taking a hands on tutorial/workshop session, kindly write to us at <b>scipy[at]fossee[dot]in</b> with the topic you are interested to take along with a brief bio about yourself. Kindly note that the topic should be related to scientific computing.</p>
{% else %}
- <p>Login/Register to submit a talk
+ <p><h4>Login/Register to Submit a Proposal</h4>
{% if invalid %}
<center>
<div class="alert" style="width:300px;height:45px;">
diff --git a/website/templates/submit-cfp.html b/website/templates/submit-cfp.html
index f75a373..fc76c58 100644..100755
--- a/website/templates/submit-cfp.html
+++ b/website/templates/submit-cfp.html
@@ -39,7 +39,6 @@
<form id="contact" action="" method=POST enctype="multipart/form-data">
<div class="row1">
{{ proposal_form.as_p }}
- {{ proposal_form.erros }}
</div>
{% csrf_token %}
<center><button class="btn btn btn-lg" type="submit">Submit</button></center>