0.7.91
routes paging
This commit is contained in:
@@ -148,7 +148,8 @@ def find_routes_ajax(request):
|
||||
|
||||
res_Dict = {
|
||||
'html': html,
|
||||
'last_block': routes_Dict['last_block']
|
||||
'last_block': routes_Dict['last_block'],
|
||||
'next_page_els_count': routes_Dict['next_page_els_count'],
|
||||
# 'form': RouteForm(initial=data)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user