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

@@ -13,7 +13,10 @@ function filters_func_find_route_main (el){
// enctype: 'json',
data: formData,
success: function(data){
document.querySelector(".block-finded-routes").innerHTML = data.html
},
errors: function (data){
}
});
}

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>