mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-23 15:57:23 -04:00
Remove error-handling code from OK page
`ok.html` is only used when there’s a spreadsheet which doesn’t have any errors in it.
This commit is contained in:
@@ -80,11 +80,7 @@
|
|||||||
|
|
||||||
{% if count_of_displayed_recipients < count_of_recipients %}
|
{% if count_of_displayed_recipients < count_of_recipients %}
|
||||||
<p class="table-show-more-link">
|
<p class="table-show-more-link">
|
||||||
{% if row_errors and not recipients.missing_column_headers %}
|
Only showing the first {{ count_of_displayed_recipients }} rows
|
||||||
Only showing the first {{ count_of_displayed_recipients }} rows with errors
|
|
||||||
{% else %}
|
|
||||||
Only showing the first {{ count_of_displayed_recipients }} rows
|
|
||||||
{% endif %}
|
|
||||||
</p>
|
</p>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user