0.0.172
This commit is contained in:
9
templates/blocks/b_search_routes.html
Normal file
9
templates/blocks/b_search_routes.html
Normal file
@@ -0,0 +1,9 @@
|
|||||||
|
{% load static %}
|
||||||
|
|
||||||
|
<div class="block-finded-routes">
|
||||||
|
{% for route in routes %}
|
||||||
|
{% include "widgets/w_carrier_card.html" %}
|
||||||
|
{% endfor %}
|
||||||
|
|
||||||
|
|
||||||
|
</div>
|
||||||
@@ -206,13 +206,8 @@
|
|||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="block-finded-routes">
|
{% include "blocks/b_search_routes.html" %}
|
||||||
{% for route in routes %}
|
|
||||||
{% include "widgets/w_carrier_card.html" %}
|
|
||||||
{% endfor %}
|
|
||||||
|
|
||||||
|
|
||||||
</div>
|
|
||||||
<div class="clear_both"></div>
|
<div class="clear_both"></div>
|
||||||
</div>
|
</div>
|
||||||
</form>
|
</form>
|
||||||
|
|||||||
Reference in New Issue
Block a user