Remove error handling code when no errors

`ok.html` is only used if the file has no errors. Therefore there will
never been any need to highlight which rows in the file have errors.
This commit is contained in:
Chris Hill-Scott
2018-01-15 11:20:06 +00:00
parent d8e67102fa
commit b5c114b66e
2 changed files with 2 additions and 2 deletions

View File

@@ -59,7 +59,7 @@
] + recipients.column_headers
) %}
{% call index_field() %}
<span class="{% if item.index in recipients.rows_with_errors %}table-field-error{% endif %}">
<span>
{{ item.index + 2 }}
</span>
{% endcall %}