summaryrefslogtreecommitdiff
path: root/static/website/templates/view-proposals.html
diff options
context:
space:
mode:
authorSashi202019-10-28 11:20:04 +0530
committerGitHub2019-10-28 11:20:04 +0530
commit8983f939200c6c6ccf7e6d92d947ca39c5d1a32e (patch)
tree474601ed1e69dab1c93f7aa0e8e89742e4557fc7 /static/website/templates/view-proposals.html
parent59e7b4ac2e3ac8ef67c3f93ca5a7290e599f849c (diff)
parent92c7f45745c05bdce7fdf6fa5695f24a517ba9a4 (diff)
downloadSciPy2019-8983f939200c6c6ccf7e6d92d947ca39c5d1a32e.tar.gz
SciPy2019-8983f939200c6c6ccf7e6d92d947ca39c5d1a32e.tar.bz2
SciPy2019-8983f939200c6c6ccf7e6d92d947ca39c5d1a32e.zip
Merge pull request #27 from Sashi20/development
Hide proposal submission button for workshops and abstracts
Diffstat (limited to 'static/website/templates/view-proposals.html')
-rwxr-xr-xstatic/website/templates/view-proposals.html4
1 files changed, 2 insertions, 2 deletions
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"/> -->