pytask/templates/_left_sidebar.html
changeset 476 00b966284465
parent 446 44c87dedbe66
child 522 9ef818f841d5
--- 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