2.1.35 route_search_results_View fix cities
This commit is contained in:
@@ -51,7 +51,7 @@ def route_search_results_View(request):
|
|||||||
to_city = get_city_by_id(data['to_city'])
|
to_city = get_city_by_id(data['to_city'])
|
||||||
data.update({'to_city': to_city})
|
data.update({'to_city': to_city})
|
||||||
|
|
||||||
Dict.update({'route_form': RouteForm(initial=data, owner_type=owner_type)})
|
Dict.update({'form': RouteForm(initial=data, owner_type=owner_type)})
|
||||||
|
|
||||||
title = _('Результат поиска маршрутов')
|
title = _('Результат поиска маршрутов')
|
||||||
if from_city:
|
if from_city:
|
||||||
|
|||||||
Reference in New Issue
Block a user