diff options
author | Madhusudan.C.S | 2010-07-13 23:40:34 +0530 |
---|---|---|
committer | Madhusudan.C.S | 2010-07-13 23:40:34 +0530 |
commit | d5fbda31f85176ccfd0a5e49561f1180a998df16 (patch) | |
tree | 9ba55c865fb15d3cdd67bf65d9e2308d51d66c69 /project/templates/_menu.html | |
parent | 3ec894e684c645876402a9cac912d98b5ed06c37 (diff) | |
download | scipycon-d5fbda31f85176ccfd0a5e49561f1180a998df16.tar.gz scipycon-d5fbda31f85176ccfd0a5e49561f1180a998df16.tar.bz2 scipycon-d5fbda31f85176ccfd0a5e49561f1180a998df16.zip |
Removed unwanted files and made more changes to make SciPyCon a clean app.
Diffstat (limited to 'project/templates/_menu.html')
-rw-r--r-- | project/templates/_menu.html | 24 |
1 files changed, 1 insertions, 23 deletions
diff --git a/project/templates/_menu.html b/project/templates/_menu.html index 543b965..6935947 100644 --- a/project/templates/_menu.html +++ b/project/templates/_menu.html @@ -24,30 +24,8 @@ </ul> </li> <li><a href="/">Blog</a></li> - <!--<li><a href="/sponsorship/">Sponsorship</a></li> - <li><a href="/media/">Media</a></li>--> {% if user.is_staff %} <li><a href="/howto/">HowTo</a></li> - {% endif %}<!-- - <li>Follow us:<br /><br /> - <a href="http://twitter.com/scipy.in" - target="_blank" - title="Follow us on Twitter"><img src="/img/twitter.png" /></a> - </li> - <li> - <a href="http://www.flickr.com/search/?q=scipy.in" - target="_blank" - title="Flickr"><img src="/img/flickr.png" /></a> - </li> - <li> - <a href="http://www.slideshare.net/tag/scipy.in" - target="_blank" - title="SlideShare"><img src="/img/slideshare.png" /></a> - </li> - <li> - <a href="http://scipy.in.blip.tv/" - target="_blank" - title="blip.tv"><img src="/img/bliptv.gif" /></a> - </li>--> + {% endif %} </ul> </div> |