This commit is contained in:
2023-08-07 15:12:49 +03:00
parent 09cd04078c
commit 6b8511da3d

View File

@@ -192,9 +192,9 @@
{% if form.initial.cargo_type == item.0 %} {% if form.initial.cargo_type == item.0 %}
checked="checked" checked="checked"
{% endif %}/> {% endif %}/>
<lable for="id_cargo_type_{{ forloop.counter }}"> <label for="id_cargo_type_{{ forloop.counter }}" >
{{ item.1 }} {{ item.1 }}
</lable> </label>
{% endfor %} {% endfor %}
{# <lable for="">#} {# <lable for="">#}