From c2dbc37f70bf592858d809ee8e5af61df47540ee Mon Sep 17 00:00:00 2001 From: Oliver Walters Date: Wed, 10 Jul 2019 12:04:24 +1000 Subject: [PATCH] Display rows that contain errors with a reddish background --- .../part/templates/part/bom_upload/select_parts.html | 8 +++++++- InvenTree/part/views.py | 11 +++++++++-- 2 files changed, 16 insertions(+), 3 deletions(-) diff --git a/InvenTree/part/templates/part/bom_upload/select_parts.html b/InvenTree/part/templates/part/bom_upload/select_parts.html index 8087d50fbd..7cc9cd8364 100644 --- a/InvenTree/part/templates/part/bom_upload/select_parts.html +++ b/InvenTree/part/templates/part/bom_upload/select_parts.html @@ -9,6 +9,12 @@

Step 3 - Select Parts


+{% if form_errors %} + +{% endif %} +
@@ -39,7 +45,7 @@ {% for row in bom_rows %} - +