0.0.131 search routes
This commit is contained in:
@@ -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>
|
||||
6
templates/v2/blocks/b_search_routes_result.html
Normal file
6
templates/v2/blocks/b_search_routes_result.html
Normal file
@@ -0,0 +1,6 @@
|
||||
{% load static %}
|
||||
{% load i18n %}
|
||||
|
||||
{% for route in routes %}
|
||||
{% include "v2/widgets/w_route_card_for_search.html" %}
|
||||
{% endfor %}
|
||||
Reference in New Issue
Block a user