Changeset f6f7aff
- Timestamp:
- Feb 6, 2011, 2:42:00 PM (14 years ago)
- Branches:
- master, client
- Children:
- 9dee7f6
- Parents:
- 0e4f185
- git-author:
- Alex Dehnert <adehnert@…> (02/06/11 14:42:00)
- git-committer:
- Alex Dehnert <adehnert@…> (02/06/11 14:42:00)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
remit/remit_templates/vouchers/reimbursementrequest_list.html
rd50ec5b rf6f7aff 61 61 </td> 62 62 <td> 63 < a href='{% url review_request object.pk %}'>{{ object.name }}</a>64 {% if object.documentation %}<br /> (has docs){%endif%}63 <em><a href='{% url review_request object.pk %}'>{{ object.name }}</a></em> 64 {% if object.documentation %}<br /><a href='{{object.documentation.backing_file.url}}'>(view docs)</a>{%endif%} 65 65 </td> 66 66 <td>
Note: See TracChangeset
for help on using the changeset viewer.