Compare commits
2 Commits
2ea763265e
...
d81688eb59
| Author | SHA1 | Date | |
|---|---|---|---|
| d81688eb59 | |||
| df03f16c0a |
@@ -28,7 +28,7 @@ def route_search_results_View(request):
|
||||
if routes_Dict:
|
||||
Dict = {
|
||||
'routes': routes_Dict['routes'],
|
||||
'form': RouteForm(initial=data),
|
||||
'route_form': RouteForm(initial=data),
|
||||
'last_block_routes': routes_Dict['last_block_routes'],
|
||||
'show_filter_and_results': True,
|
||||
'owner_type': data['owner_type']
|
||||
|
||||
Reference in New Issue
Block a user