0.0.55
This commit is contained in:
@@ -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="">#}
|
||||||
|
|||||||
Reference in New Issue
Block a user