This commit is contained in:
2023-08-28 18:14:20 +03:00
parent fc4095a7e4
commit db0a40de71
2 changed files with 5 additions and 2 deletions

View File

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