This commit is contained in:
2023-08-25 14:23:11 +03:00
parent 2d1a3464e7
commit f5726c8e2e
3 changed files with 10 additions and 8 deletions

View File

@@ -1,9 +1,7 @@
{% load static %}
<div class="block-finded-routes">
{% for route in routes %}
{% include "widgets/w_carrier_card.html" %}
{% endfor %}
{% for route in routes %}
{% include "widgets/w_carrier_card.html" %}
{% endfor %}
</div>

View File

@@ -205,8 +205,9 @@
</div>
</div>
{% include "blocks/b_search_routes.html" %}
<div class="block-finded-routes">
{% include "blocks/b_search_routes.html" %}
</div>
<div class="clear_both"></div>
</div>