0.7.55
articles paging
This commit is contained in:
@@ -30,7 +30,8 @@ def route_search_results_View(request):
|
|||||||
'routes': routes_Dict['routes'],
|
'routes': routes_Dict['routes'],
|
||||||
'last_block_routes': routes_Dict['last_block_routes'],
|
'last_block_routes': routes_Dict['last_block_routes'],
|
||||||
'show_filter_and_results': True,
|
'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:
|
if 'from_address_point_txt' in routes_Dict:
|
||||||
data.update({'from_address_point_txt': routes_Dict['from_address_point_txt']})
|
data.update({'from_address_point_txt': routes_Dict['from_address_point_txt']})
|
||||||
|
|||||||
Reference in New Issue
Block a user