From b089a61f7456149a213754b033ffb80110e2d16c Mon Sep 17 00:00:00 2001 From: Oliver Walters Date: Sat, 29 Jun 2019 19:48:15 +1000 Subject: [PATCH] Improve rendering a bit --- .../part/bom_upload/select_fields.html | 24 ++++++++++++------- 1 file changed, 16 insertions(+), 8 deletions(-) diff --git a/InvenTree/part/templates/part/bom_upload/select_fields.html b/InvenTree/part/templates/part/bom_upload/select_fields.html index f38a9dae34..ee4a61fc0f 100644 --- a/InvenTree/part/templates/part/bom_upload/select_fields.html +++ b/InvenTree/part/templates/part/bom_upload/select_fields.html @@ -31,11 +31,21 @@ Row {% for col in bom_cols %} - - {{ col.name }} - +
+ + {{ col.name }} + +
+ + {% endfor %} + + + + + {% for col in bom_cols %} +