Changeset 0671644 for remit/remit_templates
- 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)
- Location:
- remit/remit_templates
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
remit/remit_templates/base.html
r6e43384 r0671644 17 17 <li{% ifequal pagename "reporting" %} class='selected'{% endifequal %}><a href="{% url reporting %}">Reporting</a></li> 18 18 {% endif %} 19 {% if user.is_staff %} 20 <li><a href='{% url admin:index %}'>Django Admin</a></li> 21 {% endif %} 19 22 </ul> 20 23 <div id='content'> -
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> -
remit/remit_templates/vouchers/ReimbursementRequest_review.html
r82211ea r0671644 118 118 <p>{{ approve_message }}</p> 119 119 {% else %} 120 {% if perms.vouchers.edit_reimbursementrequest %} 121 <p>Optionally, <a href='{% url admin:vouchers_reimbursementrequest_change rr.pk %}'>change this request first</a>.</p> 122 {% endif %} 120 123 <form method="post" action=""> 121 124 <table class='pretty-table'>
Note: See TracChangeset
for help on using the changeset viewer.