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 %}