From 4400a6b13fcdf26bdb16a02702e72577cb551ec4 Mon Sep 17 00:00:00 2001 From: SDE Date: Wed, 29 Nov 2023 16:33:21 +0300 Subject: [PATCH] 0.7.88 articles paging --- ArticlesApp/js_views.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ArticlesApp/js_views.py b/ArticlesApp/js_views.py index eccc45f..f82bf78 100644 --- a/ArticlesApp/js_views.py +++ b/ArticlesApp/js_views.py @@ -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) }