articles paging
This commit is contained in:
SDE
2023-10-05 19:46:02 +03:00
parent 32f65de458
commit c86ebc7aa3

View File

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