diff options
author | Sashi20 | 2019-10-28 11:18:45 +0530 |
---|---|---|
committer | Sashi20 | 2019-10-28 11:18:45 +0530 |
commit | 92c7f45745c05bdce7fdf6fa5695f24a517ba9a4 (patch) | |
tree | 474601ed1e69dab1c93f7aa0e8e89742e4557fc7 | |
parent | 7997e32f0ed812f797f00ff141fe6b08059fb0fc (diff) | |
download | SciPy2019-92c7f45745c05bdce7fdf6fa5695f24a517ba9a4.tar.gz SciPy2019-92c7f45745c05bdce7fdf6fa5695f24a517ba9a4.tar.bz2 SciPy2019-92c7f45745c05bdce7fdf6fa5695f24a517ba9a4.zip |
Hide proposal submission button for workshops and abstracts
-rwxr-xr-x | static/website/templates/cfp.html | 4 | ||||
-rwxr-xr-x | static/website/templates/view-proposals.html | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/static/website/templates/cfp.html b/static/website/templates/cfp.html index 9b2714d..7c85dbb 100755 --- a/static/website/templates/cfp.html +++ b/static/website/templates/cfp.html @@ -61,8 +61,8 @@ {% else %} <center> <a href="{% url 'website:view_abstracts' %}" class="btn btn-info">View Proposals</a> - <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:submitcfp' %}" class ="btn btn-info" role="button"> Submit paper </a> + <a href="{% url 'website:submitcfw' %}" class ="btn btn-info" role="button">Submit workshop </a> --> </center> {% endif %} {% else %} diff --git a/static/website/templates/view-proposals.html b/static/website/templates/view-proposals.html index cc07a1c..0e027a5 100755 --- a/static/website/templates/view-proposals.html +++ b/static/website/templates/view-proposals.html @@ -112,10 +112,10 @@ </table> </div> <br> - <div> + <!-- <div> <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> - </div> + </div> --> {% if user.is_staff %} <!-- <input type="submit" id="delete" class ="btn btn-info" value="Delete" name="delete"/> --> |