0.0.131 search routes

This commit is contained in:
SBD
2025-01-24 21:43:03 +03:00
parent 04af851875
commit ca05de3d7d
18 changed files with 336 additions and 221 deletions

View File

@@ -3,6 +3,6 @@
<div class="b_my_routes">
{% for route in routes %}
{% include 'v2/widgets/w_customer_route_card.html' with route=route %}
{% include 'v2/widgets/w_route_card.html' with route=route %}
{% endfor %}
</div>

View File

@@ -0,0 +1,6 @@
{% load static %}
{% load i18n %}
{% for route in routes %}
{% include "v2/widgets/w_route_card_for_search.html" %}
{% endfor %}