This commit is contained in:
2023-08-25 14:16:15 +03:00
parent 16eda7c0af
commit 2d1a3464e7
2 changed files with 10 additions and 6 deletions

View File

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

View File

@@ -206,13 +206,8 @@
</div>
<div class="block-finded-routes">
{% for route in routes %}
{% include "widgets/w_carrier_card.html" %}
{% endfor %}
{% include "blocks/b_search_routes.html" %}
</div>
<div class="clear_both"></div>
</div>
</form>