summaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
Diffstat (limited to 'static')
-rw-r--r--static/website/templates/navbar.html2
-rw-r--r--static/website/templates/proposal.html4
2 files changed, 3 insertions, 3 deletions
diff --git a/static/website/templates/navbar.html b/static/website/templates/navbar.html
index 499c97f..f9bdf3b 100644
--- a/static/website/templates/navbar.html
+++ b/static/website/templates/navbar.html
@@ -47,7 +47,7 @@
{{ user.username }}!<span class="caret"></span>
</a>
<ul class="dropdown-menu">
- <li><a href="{% url 'website:proposal' %}">Submit your Paper</a></li>
+ <!-- <li><a href="{% url 'website:proposal' %}">Submit your Paper</a></li> -->
<!-- <li><a href="{{SITE_URL}}/#registration">Book your Ticket</a></li> -->
<li><a href="{% url 'auth:logout' %}?next=/nccps-2018"><i class="fa fa-sign-out"></i>&nbsp;Logout</a></li>
</ul>
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 %}