diff --git a/templates/forms/f_find_route_filters_form.html b/templates/forms/f_find_route_filters_form.html index f0206a9..f9b252b 100644 --- a/templates/forms/f_find_route_filters_form.html +++ b/templates/forms/f_find_route_filters_form.html @@ -22,7 +22,7 @@ type="checkbox" name="type_transport" id="id_cargo_type_car_{{ forloop.counter }}" - onchange="filters_func_find_route_main(this)" + onchange="filters_func_find_route_main(this,'{{ owner_type }}')" value="{{ item.0 }}" /> @@ -48,7 +48,7 @@