articles paging
This commit is contained in:
SDE
2023-11-29 16:33:21 +03:00
parent 66fbf984e9
commit 4400a6b13f

View File

@@ -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)
}