summaryrefslogtreecommitdiff
path: root/website/templates/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'website/templates/index.html')
-rw-r--r--website/templates/index.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/website/templates/index.html b/website/templates/index.html
index 36c711f..acdba77 100644
--- a/website/templates/index.html
+++ b/website/templates/index.html
@@ -35,9 +35,9 @@
<li class="divider"></li>
<li class="has-dropdown"><a href="#">Conference</a>
<ul class="dropdown">
- <li><a href="{% url 'website:schedule' %}">Schedule</a></li>
+ <!-- <li><a href="{% url 'website:schedule' %}">Schedule</a></li> -->
<li><a href="{% url 'website:invited-speakers' %}">Invited Speakers</a></li>
- <li><a href="{% url 'website:accepted-abstracts' %}">Accepted Abstracts</a></li>
+ <!-- <li><a href="{% url 'website:accepted-abstracts' %}">Accepted Abstracts</a></li> -->
</ul>
</li>
<li class="divider"></li>