Changeset a5ef930 for remit/remit_templates
- Timestamp:
- Feb 6, 2011, 4:29:25 PM (14 years ago)
- Branches:
- master, client
- Children:
- c9047b1
- Parents:
- 42b287c
- git-author:
- Alex Dehnert <adehnert@…> (02/06/11 16:29:25)
- git-committer:
- Alex Dehnert <adehnert@…> (02/06/11 16:29:25)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
remit/remit_templates/vouchers/ReimbursementRequest_review.html
r0e4f185 ra5ef930 56 56 <tr> 57 57 <th>Documentation</th> 58 {% if rr.documentation %} 58 59 <td><a href='{{rr.documentation.backing_file.url}}'>{{rr.documentation}}</a></td> 60 {% else %} 61 <td>No documentation submitted</td> 62 {% endif %} 59 63 </tr> 60 64 <tr>
Note: See TracChangeset
for help on using the changeset viewer.