Add about links to left sidebar which redirects to textbooks and fossee main pages.
authorMadhusudan.C.S <madhusudancs@gmail.com>
Wed, 19 Jan 2011 19:16:24 +0530
changeset 476 00b966284465
parent 475 5199fd1a12bb
child 477 a7ac6cbaca25
Add about links to left sidebar which redirects to textbooks and fossee main pages.
pytask/templates/_left_sidebar.html
--- 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