0.0.254 upd filds in support
This commit is contained in:
@@ -9,10 +9,10 @@
|
||||
|
||||
<div class="type_transportation_carrier">
|
||||
{% if route.type_transport == 'road' %}
|
||||
<img class="inf_carrier_icon" src="{% static "/img/svg/Car.svg" %}"/>
|
||||
{% elif route.type_transport == 'avia'%}
|
||||
<img class="inf_carrier_icon" src="{% static "/img/svg/Airplane.svg" %}"/>
|
||||
{% endif %}
|
||||
<img class="inf_carrier_icon" src="{% static "/img/svg/Car.svg" %}"/>
|
||||
{% elif route.type_transport == 'avia'%}
|
||||
<img class="inf_carrier_icon" src="{% static "/img/svg/Airplane.svg" %}"/>
|
||||
{% endif %}
|
||||
{{ route.get_type_transport_display }}
|
||||
</div>
|
||||
<div class="clear_both"></div>
|
||||
|
||||
@@ -26,6 +26,12 @@
|
||||
|
||||
<span>
|
||||
|
||||
{% if route.type_transport == 'road' %}
|
||||
<img class="inf_carrier_icon" src="{% static "/img/svg/Car.svg" %}"/>
|
||||
{% elif route.type_transport == 'avia'%}
|
||||
<img class="inf_carrier_icon" src="{% static "/img/svg/Airplane.svg" %}"/>
|
||||
{% endif %}
|
||||
|
||||
{{ route.get_type_transport_display }}
|
||||
</span>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user