diff options
author | Madhusudan.C.S | 2010-07-20 19:23:40 +0530 |
---|---|---|
committer | Madhusudan.C.S | 2010-07-20 19:23:40 +0530 |
commit | 23292e0a35384f893cbc218ffe04cf8c96bb4847 (patch) | |
tree | 25446470226adb6e3a6548e2a550e74f7ca98bcd /project/templates/_menu.html | |
parent | 2fb3df596eeff7a84ed69444a217acbcd79baf39 (diff) | |
download | scipycon-23292e0a35384f893cbc218ffe04cf8c96bb4847.tar.gz scipycon-23292e0a35384f893cbc218ffe04cf8c96bb4847.tar.bz2 scipycon-23292e0a35384f893cbc218ffe04cf8c96bb4847.zip |
Add scope for all the URLs and adjust the formatting and indentation.
Diffstat (limited to 'project/templates/_menu.html')
-rw-r--r-- | project/templates/_menu.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/project/templates/_menu.html b/project/templates/_menu.html index 0b6b622..cd4af81 100644 --- a/project/templates/_menu.html +++ b/project/templates/_menu.html @@ -26,10 +26,11 @@ Speakers </a> </li> - --> + {% if user.is_authenticated %} <li><a href="/talks-cfp/list-talks/{{ user.id }}">My talks</a></li> {% endif %} + --> </ul> </li> <li> |