diff options
author | Anoop Jacob Thomas | 2010-10-21 17:41:06 +0530 |
---|---|---|
committer | Anoop Jacob Thomas | 2010-10-21 17:41:06 +0530 |
commit | e7d2d0089708447a35366fbc940a56c46069c454 (patch) | |
tree | d1a42acbf0451d19d918624666286e92b32017bf /project/templates | |
parent | 845b141c81b90894e460106c3aa653b71eeecaee (diff) | |
download | scipycon-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.html | 2 |
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 %} |