Merge remote-tracking branch 'origin/main'

This commit is contained in:
2023-08-29 12:42:19 +03:00
9 changed files with 26 additions and 16 deletions

View File

@@ -222,10 +222,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 }}"