drop lot in template of actions

This commit is contained in:
Cayo Puigdefabregas 2022-02-02 12:50:59 +01:00
parent 450cef168b
commit a0bc745893
2 changed files with 0 additions and 4 deletions

View File

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

View File

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