summaryrefslogtreecommitdiff
path: root/project/templates/_menu.html
diff options
context:
space:
mode:
authorAnoop Jacob Thomas2010-10-29 19:59:03 +0530
committerAnoop Jacob Thomas2010-10-29 19:59:03 +0530
commit442c0d2f8b7f99cfdab06ea4ae5583e5d9eca409 (patch)
treea9ba5cc0dd66fea26158d2a80a8dcc56b483d9d5 /project/templates/_menu.html
parent9ab88df8caae0aa590b6eb52a102fc2475e54da2 (diff)
downloadscipycon-442c0d2f8b7f99cfdab06ea4ae5583e5d9eca409.tar.gz
scipycon-442c0d2f8b7f99cfdab06ea4ae5583e5d9eca409.tar.bz2
scipycon-442c0d2f8b7f99cfdab06ea4ae5583e5d9eca409.zip
added organizers page.
Diffstat (limited to 'project/templates/_menu.html')
-rw-r--r--project/templates/_menu.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/project/templates/_menu.html b/project/templates/_menu.html
index 1ab3ced..7bc94f9 100644
--- a/project/templates/_menu.html
+++ b/project/templates/_menu.html
@@ -70,6 +70,7 @@
</ul>
</li>
<li><a href="/{{ params.scope }}/publicity/">Publicity</a></li>
+ <li><a href="/{{ params.scope }}/organizers/">Organizers</a></li>
{% if user.is_staff %}
<li><a href="/{{ params.scope }}/howto/">HowTo</a></li>
{% endif %}