Merge remote-tracking branch 'origin/main'

This commit is contained in:
SDE
2023-11-18 16:34:41 +03:00
11 changed files with 477 additions and 135 deletions

View File

@@ -32,6 +32,7 @@ def route_search_results_View(request):
'show_filter_and_results': True,
'owner_type': data['owner_type'],
'last_el': routes_Dict['last_el'],
'page_type': 'routes'
}
if 'from_address_point_txt' in routes_Dict:
data.update({'from_address_point_txt': routes_Dict['from_address_point_txt']})