Ignore:
Timestamp:
Jun 1, 2010, 4:21:53 AM (15 years ago)
Author:
Alex Dehnert <adehnert@…>
Branches:
master, client
Children:
71ca9e6
Parents:
e1086bd
git-author:
Alex Dehnert <adehnert@…> (06/01/10 04:13:06)
git-committer:
Alex Dehnert <adehnert@…> (06/01/10 04:21:53)
Message:

Add links to the admin site (Trac: #34)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • remit/remit_templates/index.html

    r6e43384 r0671644  
    1919    <li><a href="{% url reporting %}">Reporting</a></li>
    2020    {% endif %}
     21    {% if user.is_staff %}
     22    <li><a href='{% url admin:index %}'>Django admin interface</a></li>
     23    {% endif %}
    2124    {% if user.is_authenticated %}
    2225    <li><a href='{% url logout %}'>Logout</a></li>
Note: See TracChangeset for help on using the changeset viewer.