diff --git a/validata_ui_next/templates/validation_report.html b/validata_ui_next/templates/validation_report.html index 7a2314e8836552ad81d84b6a4600fce510fbe9ee..c7942b7aef28c2316eed8555968aebc28bd5e9ea 100644 --- a/validata_ui_next/templates/validation_report.html +++ b/validata_ui_next/templates/validation_report.html @@ -80,6 +80,8 @@ {% for d in source_data.data_rows[row.row_id - 2] %} {% if loop.index in row.errors %} + {% elif 'row' in row.errors %} + {% else %} {% endif %}