0.7.15
add owner_type
This commit is contained in:
@@ -30,7 +30,8 @@ def route_search_results_View(request):
|
||||
'routes': routes_Dict['routes'],
|
||||
'form': RouteForm(initial=data),
|
||||
'last_block_routes': routes_Dict['last_block_routes'],
|
||||
'show_filter_and_results': True
|
||||
'show_filter_and_results': True,
|
||||
'owner_type': data['owner_type']
|
||||
}
|
||||
|
||||
t = loader.get_template('pages/p_results_find_route.html')
|
||||
|
||||
Reference in New Issue
Block a user