0.0.268 all child are replaced

This commit is contained in:
2023-11-29 19:44:20 +03:00
parent ebdc84f7e1
commit a7d9dfe79a
9 changed files with 138 additions and 174 deletions

View File

@@ -16,15 +16,15 @@
{# <div class="clear_both"></div>#}
{# </div>#}
<div class="route_info_about">
<span>
<span class="cargo_type_disp">
{% translate "Тип:" %}{{ route.get_cargo_type_display }}
</span>
<span>
<span class="cargo_weight">
{% translate "Вес:" %}{{ route.weight }} {% translate "кг" %}
</span>
<span>
<span class="cargo_type_trans">
{% if route.type_transport == 'road' %}
<img class="inf_carrier_icon" src="{% static "/img/svg/Car.svg" %}"/>