pytask/templates/_left_sidebar.html
changeset 476 00b966284465
parent 446 44c87dedbe66
child 522 9ef818f841d5
equal deleted inserted replaced
475:5199fd1a12bb 476:00b966284465
     6 <ul id="nav">
     6 <ul id="nav">
     7   <li><a href="{% url home_page %}" title="home">Home</a></li>
     7   <li><a href="{% url home_page %}" title="home">Home</a></li>
     8   <br />
     8   <br />
     9   <li><a href="{% url browse_tasks %}" title="tasks">Tasks</a></li>
     9   <li><a href="{% url browse_tasks %}" title="tasks">Tasks</a></li>
    10   <li><a href="{% url browse_textbooks %}" title="textbook">Textbooks</a></li>
    10   <li><a href="{% url browse_textbooks %}" title="textbook">Textbooks</a></li>
       
    11   <br/>
       
    12   <!-- This URL is intentionally hard-coded since it exists out of Django -->
       
    13   <h3>About</h3>
       
    14   <li><a href="/" title="textbook">FOSSEE</a></li>
       
    15   <li><a href="/textbooks" title="textbook">Textbook Project</a></li>
    11   <br />
    16   <br />
    12 </ul>
    17 </ul>