This commit is contained in:
2023-08-07 17:12:21 +03:00
parent 8aed79ce43
commit d1c133309b
5 changed files with 51 additions and 5 deletions

View File

@@ -185,7 +185,7 @@
{% for item in form.fields.cargo_type.choices %}
<input
type="checkbox"
name="cargo_type"
name="cargo_type"
id="id_cargo_type_{{ forloop.counter }}"
{% if form.fields.cargo_type.required %} required{% endif %}
value="{{ item.0 }}"