articles paging
This commit is contained in:
SDE
2023-11-29 16:38:12 +03:00
parent 942db49daf
commit dfec56fef9

View File

@@ -22,7 +22,7 @@ def get_articles(art_kwargs, request_Data=None, from_el=None, to_el=None):
elif to_el:
arts = arts[:to_el]
else:
to_el = 3
to_el = elements_on_page + 1
arts = arts[:to_el]
last_block = False