diff options
author | Prashant S | 2017-11-13 09:37:26 +0530 |
---|---|---|
committer | GitHub | 2017-11-13 09:37:26 +0530 |
commit | 53b95306f7973aa1820ca5d07eb595a80a7366d7 (patch) | |
tree | 96176857433ae239af75b76529272c847ca2e80e | |
parent | 7bc100d43fee1d5b01d72603542a078fa4578075 (diff) | |
parent | 363b2b0c01e865c184714e1fa109e255a0a4009d (diff) | |
download | SciPy2017-53b95306f7973aa1820ca5d07eb595a80a7366d7.tar.gz SciPy2017-53b95306f7973aa1820ca5d07eb595a80a7366d7.tar.bz2 SciPy2017-53b95306f7973aa1820ca5d07eb595a80a7366d7.zip |
Merge pull request #31 from Sashi20/devel
Disabled proposals
-rw-r--r-- | website/templates/home.html | 2 | ||||
-rwxr-xr-x | website/templates/view-abstracts.html | 10 |
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> |