summaryrefslogtreecommitdiff
path: root/project/templates
diff options
context:
space:
mode:
authorAnoop Jacob Thomas2010-10-21 17:41:06 +0530
committerAnoop Jacob Thomas2010-10-21 17:41:06 +0530
commite7d2d0089708447a35366fbc940a56c46069c454 (patch)
treed1a42acbf0451d19d918624666286e92b32017bf /project/templates
parent845b141c81b90894e460106c3aa653b71eeecaee (diff)
downloadscipycon-e7d2d0089708447a35366fbc940a56c46069c454.tar.gz
scipycon-e7d2d0089708447a35366fbc940a56c46069c454.tar.bz2
scipycon-e7d2d0089708447a35366fbc940a56c46069c454.zip
Changed bug in menu.
Diffstat (limited to 'project/templates')
-rw-r--r--project/templates/_menu.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/project/templates/_menu.html b/project/templates/_menu.html
index 6fc79e1..814859e 100644
--- a/project/templates/_menu.html
+++ b/project/templates/_menu.html
@@ -62,7 +62,7 @@
-->
</ul>
</li>
- <li><a href="/{% url scipycon_publicity params.scope %}">Publicity</a></li>
+ <li><a href="/{{ params.scope }}/publicity/">Publicity</a></li>
{% if user.is_staff %}
<li><a href="/{{ params.scope }}/howto/">HowTo</a></li>
{% endif %}