summaryrefslogtreecommitdiff
path: root/website
diff options
context:
space:
mode:
Diffstat (limited to 'website')
-rw-r--r--website/templates/index.html4
-rw-r--r--website/templates/page.html4
2 files changed, 4 insertions, 4 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>
diff --git a/website/templates/page.html b/website/templates/page.html
index be6e7fe..534b74e 100644
--- a/website/templates/page.html
+++ b/website/templates/page.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>