summaryrefslogtreecommitdiff
path: root/static/website/templates/proposal.html
diff options
context:
space:
mode:
Diffstat (limited to 'static/website/templates/proposal.html')
-rw-r--r--static/website/templates/proposal.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/static/website/templates/proposal.html b/static/website/templates/proposal.html
index 4a34561..34aaef4 100644
--- a/static/website/templates/proposal.html
+++ b/static/website/templates/proposal.html
@@ -47,13 +47,13 @@
{% if user.is_superuser %}
<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:submitcfp' %}" class ="btn btn-info" role="button"> Submit paper </a> -->
<!-- <a href="{{SITE_URL}}/#registration" class ="btn btn-info" role="button">Book your ticket </a> -->
</center>
{% 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:submitcfp' %}" class ="btn btn-info" role="button"> Submit paper </a> -->
<!-- <a href="{{SITE_URL}}/#registration" class ="btn btn-info" role="button">Book your ticket</a> -->
</center>
{% endif %}