summaryrefslogtreecommitdiff
path: root/website
diff options
context:
space:
mode:
authorSashi202017-11-13 09:36:14 +0530
committerSashi202017-11-13 09:36:14 +0530
commit363b2b0c01e865c184714e1fa109e255a0a4009d (patch)
tree96176857433ae239af75b76529272c847ca2e80e /website
parentd5d14e405bc6036a21471468cdfc4b3689d4255d (diff)
downloadSciPy2017-363b2b0c01e865c184714e1fa109e255a0a4009d.tar.gz
SciPy2017-363b2b0c01e865c184714e1fa109e255a0a4009d.tar.bz2
SciPy2017-363b2b0c01e865c184714e1fa109e255a0a4009d.zip
Disabled proposals
Diffstat (limited to 'website')
-rw-r--r--website/templates/home.html2
-rwxr-xr-xwebsite/templates/view-abstracts.html10
2 files changed, 6 insertions, 6 deletions
diff --git a/website/templates/home.html b/website/templates/home.html
index 9a4b5af..ad69833 100644
--- a/website/templates/home.html
+++ b/website/templates/home.html
@@ -115,7 +115,7 @@
biology problems, such as inferring the 3D architecture of the genome or
data-integration methods to better understand gene regulatory
networks. Recently, as part of the interdisciplinary institute BIDS, she also
- studies open-source communities and contributiors in collaboration with social
+ studies open-source communities and contributors in collaboration with social
scientists.
</p>
<p align="justify">
diff --git a/website/templates/view-abstracts.html b/website/templates/view-abstracts.html
index d144878..2f1232a 100755
--- a/website/templates/view-abstracts.html
+++ b/website/templates/view-abstracts.html
@@ -27,9 +27,10 @@
</p>
{% if not proposals %}
<center>
- You have not submitted any proposal.<br> <br>
+ <h3>Proposals are no longer accepted</h3>
+ <!-- You have not submitted any proposal.<br> <br>
<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:submitcfw' %}" class ="btn btn-info" role="button">Submit workshop </a> -->
</center>
{% else %}
{% if user.is_superuser %}
@@ -121,7 +122,7 @@
<h5 style="color:blue;">{{proposal.status}}</h5>
{% endif %}
</td>
-
+ <!--
<div>
{% if not user.is_superuser and type == 'ABSTRACT' %}
<a href="{% url 'website:submitcfw' %}" class ="btn btn-info" role="button">Submit workshop </a>
@@ -129,8 +130,7 @@
<a href="{% url 'website:submitcfp' %}" class ="btn btn-info" role="button"> Submit paper </a>
{% elif not user.is_superuser%}
{% endif %}
- </div>
- <br>
+ </div>-->
</tr>
{% endfor %}
</table>