--- a/app/templates/projrev/base.html Thu Aug 06 22:43:02 2009 +0530
+++ b/app/templates/projrev/base.html Thu Aug 06 22:48:30 2009 +0530
@@ -60,12 +60,7 @@
<li>Welcome, new user. Please log in.</li>
<li><a href="/login/" class="top">Login</a></li>
{% endif %}
-
-
-
-
</ul>
-
</div>
<div class="sidebox">
@@ -76,25 +71,13 @@
Cras id urna. Morbi tincidunt, orci ac convallis aliquam, lectus turpis varius lorem, eu
posuere nunc justo tempus leo.</p>
- </div>
- <div class="sidebox">
-
- <h1>Search Box</h1>
- <form action="#" class="searchform">
- <p>
- <input name="search_query" class="textbox" type="text" />
- <input name="search" class="button" value="Search" type="submit" />
- </p>
- </form>
-
- </div>
-
+ </div>
</div>
{% endblock sidebar %}
<div id="main">
{% block content %}
- {% comment %} To be filled in inherited templates {% endcomment %}
+ {% comment %} To be filled in inherited templates {% endcomment %}
{% endblock content %}
</div>