Use last_submission_timestamp in requests index

This commit is contained in:
richard-dds
2018-09-04 13:09:48 -04:00
parent 3af630e4dd
commit 0af7fb4573
3 changed files with 9 additions and 4 deletions

View File

@@ -94,7 +94,7 @@
<thead>
<tr>
<th scope="col">JEDI Cloud Request ID</th>
<th scope="col">Date Request Initiated / Created</th>
<th scope="col">Date Request Submitted</th>
{% if extended_view %}
<th scope="col">Requester</th>
<th scope="col">Reason Flagged</th>
@@ -110,7 +110,7 @@
<a class='icon-link icon-link--large' href="{{ r['edit_link'] }}">{{ r['order_id'] }}</a>
{% if r['is_new'] %}<span class="usa-label">New</span>{% endif %}
</th>
<td>{{ r['date'] }}</td>
<td>{{ r.last_submission_timestamp }}</td>
{% if extended_view %}
<td>{{ r['full_name'] }}</td>
<td></td>