summaryrefslogtreecommitdiff
path: root/website/templates/view-abstracts.html
diff options
context:
space:
mode:
authorSashi202017-11-13 09:36:14 +0530
committerSashi202017-11-13 09:36:14 +0530
commit363b2b0c01e865c184714e1fa109e255a0a4009d (patch)
tree96176857433ae239af75b76529272c847ca2e80e /website/templates/view-abstracts.html
parentd5d14e405bc6036a21471468cdfc4b3689d4255d (diff)
downloadSciPy2017-363b2b0c01e865c184714e1fa109e255a0a4009d.tar.gz
SciPy2017-363b2b0c01e865c184714e1fa109e255a0a4009d.tar.bz2
SciPy2017-363b2b0c01e865c184714e1fa109e255a0a4009d.zip
Disabled proposals
Diffstat (limited to 'website/templates/view-abstracts.html')
-rwxr-xr-xwebsite/templates/view-abstracts.html10
1 files changed, 5 insertions, 5 deletions
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>