Compare commits
2 Commits
f7857cb5c2
...
48a21b319a
| Author | SHA1 | Date | |
|---|---|---|---|
| 48a21b319a | |||
| 808d44555c |
@@ -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