summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJayaram Pai2013-10-11 08:26:44 +0530
committerJayaram Pai2013-10-11 08:26:44 +0530
commit408ff81e57750009b6c2cfb1d3588c3a193df3e4 (patch)
treee321cded5f6f56b4a8c283d332e35d5c69749b10
parent4ff8a988633429b109bb49f280bb27a5d0a7362e (diff)
downloadSciPy2013-408ff81e57750009b6c2cfb1d3588c3a193df3e4.tar.gz
SciPy2013-408ff81e57750009b6c2cfb1d3588c3a193df3e4.tar.bz2
SciPy2013-408ff81e57750009b6c2cfb1d3588c3a193df3e4.zip
commented menu links:
schedule and accepted abstracts pages: index.html and page.html
-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>