Changeset 0671644 for remit/remit_templates/index.html
- Timestamp:
- Jun 1, 2010, 4:21:53 AM (15 years ago)
- 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)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
remit/remit_templates/index.html
r6e43384 r0671644 19 19 <li><a href="{% url reporting %}">Reporting</a></li> 20 20 {% endif %} 21 {% if user.is_staff %} 22 <li><a href='{% url admin:index %}'>Django admin interface</a></li> 23 {% endif %} 21 24 {% if user.is_authenticated %} 22 25 <li><a href='{% url logout %}'>Logout</a></li>
Note: See TracChangeset
for help on using the changeset viewer.