diff options
author | Sashi20 | 2017-11-13 09:36:14 +0530 |
---|---|---|
committer | Sashi20 | 2017-11-13 09:36:14 +0530 |
commit | 363b2b0c01e865c184714e1fa109e255a0a4009d (patch) | |
tree | 96176857433ae239af75b76529272c847ca2e80e /website/templates/view-abstracts.html | |
parent | d5d14e405bc6036a21471468cdfc4b3689d4255d (diff) | |
download | SciPy2017-363b2b0c01e865c184714e1fa109e255a0a4009d.tar.gz SciPy2017-363b2b0c01e865c184714e1fa109e255a0a4009d.tar.bz2 SciPy2017-363b2b0c01e865c184714e1fa109e255a0a4009d.zip |
Disabled proposals
Diffstat (limited to 'website/templates/view-abstracts.html')
-rwxr-xr-x | website/templates/view-abstracts.html | 10 |
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> |