0.0.173
This commit is contained in:
@@ -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){
|
||||
|
||||
}
|
||||
});
|
||||
}
|
||||
@@ -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>
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user