0.7.88
articles paging
This commit is contained in:
@@ -37,7 +37,8 @@ def get_articles_block_ajax(request):
|
||||
|
||||
res_Dict = {
|
||||
'html': html,
|
||||
'last_block': Dict['last_block']
|
||||
'last_block': Dict['last_block'],
|
||||
'next_page_els_count': Dict['next_page_els_count'],
|
||||
# 'form': RouteForm(initial=data)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user