Put the endif in the right place. Not technically an IE bug, its just IE doesn't "correct" the mismatched tags as well as other browsers.

This commit is contained in:
Andrew Croce 2018-08-28 09:43:11 -04:00
parent f229c594c1
commit 2a2cc6b143

View File

@ -108,9 +108,8 @@
<tr> <tr>
<th scope="row"> <th scope="row">
<a class='icon-link icon-link--large' href="{{ r['edit_link'] }}">{{ r['order_id'] }}</a> <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> {% if r['is_new'] %}<span class="usa-label">New</span>{% endif %}
</th> </th>
{% endif %}
<td>{{ r['date'] }}</td> <td>{{ r['date'] }}</td>
{% if extended_view %} {% if extended_view %}
<td>{{ r['full_name'] }}</td> <td>{{ r['full_name'] }}</td>