0.0.181
This commit is contained in:
@@ -221,10 +221,9 @@
|
||||
{% for item in form.fields.cargo_type.choices %}
|
||||
<div>
|
||||
<input
|
||||
class="custom-checkbox"
|
||||
class="custom-checkbox el_form_b_new_route"
|
||||
type="checkbox"
|
||||
name="cargo_type"
|
||||
class="el_form_b_new_route"
|
||||
id="id_cargo_type_{{ forloop.counter }}"
|
||||
{% if form.fields.cargo_type.required %} required{% endif %}
|
||||
value="{{ item.0 }}"
|
||||
|
||||
Reference in New Issue
Block a user