pytask/templates/_left_sidebar.html
author Madhusudan.C.S <madhusudancs@gmail.com>
Sun, 23 Jan 2011 03:21:42 +0530
changeset 515 5a90ac22843d
parent 476 00b966284465
child 522 9ef818f841d5
permissions -rw-r--r--
Style fix.

{% load user_tags %}

<div id="navheader">
Navigation
</div>
<ul id="nav">
  <li><a href="{% url home_page %}" title="home">Home</a></li>
  <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>