Add links for updating requests

This commit is contained in:
richard-dds 2018-06-19 15:47:32 -04:00
parent 819ce48e41
commit 2c14498953

View File

@ -20,7 +20,7 @@
<tbody>
{% for r in requests %}
<tr>
<th scope="row"><a href="#">#{{ r['order_id'] }}</a>
<th scope="row"><a href="{{ reverse_url('request_form_update', 1, r['order_id']) }}">{{ r['order_id'] }}</a>
{% if r['is_new'] %}<span class="usa-label">New</span></th>{% end %}
<td>{{ r['date'] }}</td>
<td>{{ r['full_name'] }}</td>