0.0.250 fix bug with the same icons in the filter
This commit is contained in:
@@ -36,7 +36,7 @@
|
||||
<input class="input_f_checkbox_type_transport el_form_find_route" type="checkbox" value="{{ item.0 }}" name="type_transport" id="id_cargo_type_car_{{ forloop.counter }}" onchange="filters_func_find_route_main(this,'{{ owner_type }}')">
|
||||
<label for="id_cargo_type_car_{{ forloop.counter }}" class="label_f_checkbox_type_transport">
|
||||
<div class="trigger_f_type_transport"></div>
|
||||
<img class="img_f_checkbox_type_transport" src="{% static "img/svg/Car.svg" %}">
|
||||
<img class="img_f_checkbox_type_transport" {% if forloop.counter|divisibleby:2 %}src="{% static "img/svg/Airplane.svg" %}" {% else %}src="{% static "img/svg/Car.svg" %}"{% endif %} >
|
||||
<span class="span_f_checkbox_type_transport">{{ item.1 }}</span>
|
||||
</label>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user