Changeset 0f53aae for remit/remit_templates/index.html
- Timestamp:
- Apr 17, 2010, 7:58:23 PM (15 years ago)
- Branches:
- master, client
- Children:
- 09b7c26
- Parents:
- ea76b01
- git-author:
- Alex Dehnert <adehnert@…> (04/17/10 19:57:49)
- git-committer:
- Alex Dehnert <adehnert@…> (04/17/10 19:58:23)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
remit/remit_templates/index.html
rea76b01 r0f53aae 11 11 12 12 <ul> 13 {% if user.is_anonymous %} 14 <li><a href='{% url login %}'>Login</a></li> 15 {% endif %} 13 16 <li><a href="{% url request_reimbursement %}">Request reimbursement</a></li> 14 17 {% if perms.vouchers.can_list %} … … 18 21 <li><a href="{% url reporting %}">Reporting</a></li> 19 22 {% endif %} 23 {% if user.is_authenticated %} 24 <li><a href='{% url logout %}'>Logout</a></li> 25 {% endif %} 20 26 </ul> 21 27
Note: See TracChangeset
for help on using the changeset viewer.