From 3460a48b634ce8a01b35dd8d58a1067fe92aa793 Mon Sep 17 00:00:00 2001 From: Oliver Walters Date: Tue, 11 Jun 2019 23:58:00 +1000 Subject: [PATCH] Extra form info --- .../order/templates/order/order_select_parts.html | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/InvenTree/order/templates/order/order_select_parts.html b/InvenTree/order/templates/order/order_select_parts.html index 4dc233c72d..4191010df5 100644 --- a/InvenTree/order/templates/order/order_select_parts.html +++ b/InvenTree/order/templates/order/order_select_parts.html @@ -2,6 +2,16 @@ {% block form %} +{% if parts|length > 0 %} + +{% else %} + +{% endif %} +
{% csrf_token %} {% load crispy_forms_tags %}