diff options
author | Anoop Jacob Thomas | 2010-10-29 19:50:58 +0530 |
---|---|---|
committer | Anoop Jacob Thomas | 2010-10-29 19:50:58 +0530 |
commit | 9ab88df8caae0aa590b6eb52a102fc2475e54da2 (patch) | |
tree | 81f377bf02ba0b0700447e74aba5cfb8aac200b7 | |
parent | aad743e185af8ab487cb2ca78c816bc0fcd56036 (diff) | |
download | scipycon-9ab88df8caae0aa590b6eb52a102fc2475e54da2.tar.gz scipycon-9ab88df8caae0aa590b6eb52a102fc2475e54da2.tar.bz2 scipycon-9ab88df8caae0aa590b6eb52a102fc2475e54da2.zip |
Fixed the left menu.
-rw-r--r-- | project/templates/_menu.html | 50 |
1 files changed, 26 insertions, 24 deletions
diff --git a/project/templates/_menu.html b/project/templates/_menu.html index 1871fe6..1ab3ced 100644 --- a/project/templates/_menu.html +++ b/project/templates/_menu.html @@ -2,11 +2,13 @@ <ul> <li><a href="/{{ params.scope }}/">Home</a></li> <li><a href="/{{ params.scope }}/submit-registration/">Registration</a></li> - <ul><li> - <a href="/{{ params.scope }}/about/fees/"> - Fees - </a> - </li></ul> + <li> + <ul> + <li> + <a href="/{{ params.scope }}/about/fees/">Fees</a> + </li> + </ul> + </li> <li> Talks & CfP <ul> @@ -19,52 +21,52 @@ </a> </li> <!-- - <li> - <a href="/{{ params.scope }}/talks-cfp/tutorial/"> + <li> + <a href="/{{ params.scope }}/talks-cfp/tutorial/"> Tutorial Schedule - </a> - </li> + </a> + </li> <li> <a href="/{{ params.scope }}/talks-cfp/sprint/"> Sprint Plan & Schedule </a> </li> - --> + --> <li> <a href="/{{ params.scope }}/talks-cfp/speakers/"> Invited Speakers </a> </li> {% if user.is_authenticated and user.talk_set.all %} - <li><a href="/{{ params.scope }}/my-talks">My talks</a></li> + <li><a href="/{{ params.scope }}/my-talks">My talks</a></li> {% endif %} - + </ul> </li> <li> About <ul> <!-- - <li> - <a href="/{{ params.scope }}/about/accommodation/"> - Accommodation - </a> - </li> + <li> + <a href="/{{ params.scope }}/about/accommodation/"> + Accommodation + </a> + </li> <li> <a href="/{{ params.scope }}/about/food/"> Food </a> </li> - --> + --> <li><a href="/{{ params.scope }}/about/venue/">The Venue</a></li> <li><a href="{% url scipycon_city params.scope %}">Host City - Hyderabad</a></li> <!-- - <li> - <a href="/{{ params.scope }}/about/reaching/"> - Reaching the venue - </a> - </li> - --> + <li> + <a href="/{{ params.scope }}/about/reaching/"> + Reaching the venue + </a> + </li> + --> </ul> </li> <li><a href="/{{ params.scope }}/publicity/">Publicity</a></li> |