From a0bc745893da9604c7297babf45b51ab59213150 Mon Sep 17 00:00:00 2001 From: Cayo Puigdefabregas Date: Wed, 2 Feb 2022 12:50:59 +0100 Subject: [PATCH] drop lot in template of actions --- ereuse_devicehub/templates/inventory/actions.html | 2 -- ereuse_devicehub/templates/inventory/allocate.html | 2 -- 2 files changed, 4 deletions(-) diff --git a/ereuse_devicehub/templates/inventory/actions.html b/ereuse_devicehub/templates/inventory/actions.html index 3eb6e4a8..61a942c5 100644 --- a/ereuse_devicehub/templates/inventory/actions.html +++ b/ereuse_devicehub/templates/inventory/actions.html @@ -17,8 +17,6 @@ {% if field != form_new_action.csrf_token %} {% if field == form_new_action.devices %} {{ field(class_="devicesList") }} - {% elif field == form_new_action.lot %} - {{ field(class_="form-control") }} {% elif field == form_new_action.type %} {{ field(class_="form-control") }} {% else %} diff --git a/ereuse_devicehub/templates/inventory/allocate.html b/ereuse_devicehub/templates/inventory/allocate.html index 4cc1d153..7b53744c 100644 --- a/ereuse_devicehub/templates/inventory/allocate.html +++ b/ereuse_devicehub/templates/inventory/allocate.html @@ -18,8 +18,6 @@ {% if field != form_new_allocate.csrf_token %} {% if field == form_new_allocate.devices %} {{ field(class_="devicesList") }} - {% elif field == form_new_allocate.lot %} - {{ field(class_="form-control") }} {% elif field == form_new_allocate.type %} {{ field(class_="form-control") }} {% else %}