pytask/templates/_left_sidebar.html
author Madhusudan.C.S <madhusudancs@gmail.com>
Tue, 01 Feb 2011 19:38:41 +0530
changeset 550 a606a40584f7
parent 522 9ef818f841d5
permissions -rw-r--r--
Base views should take keyword arguments and should use them for URLs.

{% 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>