0.0.166 change input type from select to radio for checkbox_cargo_type

This commit is contained in:
2023-10-03 16:57:13 +03:00
parent 840a61511e
commit 95f92efa70
3 changed files with 64 additions and 3 deletions

View File

@@ -241,7 +241,7 @@
<input
onclick="validate(this)"
class="custom-checkbox cargo_check"
type="checkbox"
type="radio"
name="cargo_type"
id="id_cargo_type_{{ forloop.counter }}"
{% if form.fields.cargo_type.required %} required{% endif %}