template/index.html
changeset 32 192ca2513f89
parent 23 2fea7d4bdcdb
--- a/template/index.html	Mon Oct 12 20:10:20 2009 +0530
+++ b/template/index.html	Wed Oct 21 16:17:38 2009 +0530
@@ -43,35 +43,9 @@
 <!-- end header -->
 <!-- start page -->
 <div id="page">	
-  <div id="sidebar">
-		<ul>
-		   <li>
-		   <ul>   
-		     {% if user.is_authenticated %}
-		     <li>{{ user.username }}</li>
-		     <li><a href="logout" >{% trans "Logout" %}</a></li>
-		     {% else %}
-		     <form id="search" method="post" action=".">				
-					{{ form.as_p }}
-		     <input type="submit" value="login" />		     
-		     </form>
-		     <li><a href="/accounts/register">Register</a> </li>
-		     {% endif %}
-		     </ul>
-		   <li id="categories">
-				    <h2>Links</h2>
-				    <ul>
-					    <li><a href="http://scipy.in/#venue">Venue</a> </li>
-					    <li><a href="http://scipy.in/#theme">Theme</a> </li>
-					    <li><a href="http://scipy.in/#date">Dates</a> </li>
-					    <li><a href="http://scipy.in/#organizers">Organizers</a> </li>
-				    </ul>
-		   </li>		
+  		
 		   {% block sidebar %}			
-		   {% endblock %}			  
-	 	</ul>
-	</div>
-	<!-- end sidebar --> 
+		   {% endblock %}	 	 
 	<!-- start content -->
 	<div id="content">		
 			{% block centercontent %}