Ignore:
Timestamp:
Feb 1, 2011, 10:33:23 AM (14 years ago)
Author:
Alex Dehnert <adehnert@…>
Branches:
master, client
Children:
0e4f185
Parents:
f63d43a
git-author:
Alex Dehnert <adehnert@…> (02/01/11 10:29:23)
git-committer:
Alex Dehnert <adehnert@…> (02/01/11 10:33:23)
Message:

Allow marking things as RFPized

File:
1 edited

Legend:

Unmodified
Added
Removed
  • remit/remit_templates/vouchers/reimbursementrequest_list.html

    raf48a00 rd50ec5b  
    7878    </td>
    7979    <td class='request-status-{{ object.approval_status|approval_status_class}}'>
    80         {{ object.approval_status|approval_status }} ({{ object.approval_time }})
     80        {{ object.approval_status|approval_status }} ({{ object.approval_time|date:"SHORT_DATETIME_FORMAT"}})
     81        {% if object.voucher %}
     82        <br />[Voucher: {{object.voucher.pk}}]
     83        {% endif %}
     84        {% if object.rfp %}
     85        <br />[{{object.rfp}}]
     86        {% endif %}
    8187    </td>
    8288</tr>
Note: See TracChangeset for help on using the changeset viewer.