0.0.166 change input type from select to radio for checkbox_cargo_type
This commit is contained in:
@@ -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 %}
|
||||
|
||||
Reference in New Issue
Block a user