drop lot in template of actions
This commit is contained in:
parent
450cef168b
commit
a0bc745893
|
@ -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 %}
|
||||
|
|
|
@ -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 %}
|
||||
|
|
Reference in New Issue