add owner_type
This commit is contained in:
SDE
2023-09-02 19:34:06 +03:00
parent 835cce2d45
commit 18dd7ff1f1
2 changed files with 4 additions and 2 deletions

View File

@@ -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')