Add about links to left sidebar which redirects to textbooks and fossee main pages.
--- a/pytask/templates/_left_sidebar.html Wed Jan 19 19:05:49 2011 +0530
+++ b/pytask/templates/_left_sidebar.html Wed Jan 19 19:16:24 2011 +0530
@@ -8,5 +8,10 @@
<br />
<li><a href="{% url browse_tasks %}" title="tasks">Tasks</a></li>
<li><a href="{% url browse_textbooks %}" title="textbook">Textbooks</a></li>
+ <br/>
+ <!-- This URL is intentionally hard-coded since it exists out of Django -->
+ <h3>About</h3>
+ <li><a href="/" title="textbook">FOSSEE</a></li>
+ <li><a href="/textbooks" title="textbook">Textbook Project</a></li>
<br />
</ul>
\ No newline at end of file