2 Commits

Author SHA1 Message Date
SDE
48a21b319a Merge remote-tracking branch 'origin/v2' into v2 2025-02-17 15:23:20 +03:00
SDE
808d44555c 2.1.35 route_search_results_View fix cities 2025-02-17 15:23:11 +03:00

View File

@@ -51,7 +51,7 @@ def route_search_results_View(request):
to_city = get_city_by_id(data['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 = _('Результат поиска маршрутов')
if from_city: