routes paging
This commit is contained in:
SDE
2023-11-29 16:52:20 +03:00
parent dfec56fef9
commit fc1654dedb
4 changed files with 16 additions and 7 deletions

View File

@@ -32,7 +32,8 @@ 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'
'page_type': 'routes',
'next_page_els_count': routes_Dict['next_page_els_count'],
}
if 'from_address_point_txt' in routes_Dict:
data.update({'from_address_point_txt': routes_Dict['from_address_point_txt']})