articles paging
This commit is contained in:
SDE
2023-10-06 18:49:40 +03:00
parent ac2b1e43df
commit b65a668e77

View File

@@ -28,7 +28,7 @@ def route_search_results_View(request):
if routes_Dict:
Dict = {
'routes': routes_Dict['routes'],
'last_block_routes': routes_Dict['last_block_routes'],
'last_block': routes_Dict['last_block'],
'show_filter_and_results': True,
'owner_type': data['owner_type'],
'last_el': routes_Dict['last_el'],