Ignore:
Timestamp:
Feb 3, 2010, 4:22:40 AM (15 years ago)
Author:
Alex Dehnert <adehnert@…>
Branches:
master, client
Children:
ce973f1
Parents:
a6806bf
git-author:
Alex Dehnert <adehnert@…> (02/03/10 04:22:40)
git-committer:
Alex Dehnert <adehnert@…> (02/03/10 04:22:40)
Message:

Add list page

File:
1 edited

Legend:

Unmodified
Added
Removed
  • remit/remit_templates/index.html

    r88e897a r485673a  
    1212<ul>
    1313    <li><a href="{% url request_reimbursement %}">Request reimbursement</a></li>
     14    {% if perms.vouchers.can_list %}
     15    <li><a href="{% url list_requests %}">List requests</a></li>
     16    {% endif %}
    1417</ul>
    1518
Note: See TracChangeset for help on using the changeset viewer.