0.7.90
articles paging
This commit is contained in:
@@ -22,7 +22,7 @@ def get_articles(art_kwargs, request_Data=None, from_el=None, to_el=None):
|
|||||||
elif to_el:
|
elif to_el:
|
||||||
arts = arts[:to_el]
|
arts = arts[:to_el]
|
||||||
else:
|
else:
|
||||||
to_el = 3
|
to_el = elements_on_page + 1
|
||||||
arts = arts[:to_el]
|
arts = arts[:to_el]
|
||||||
|
|
||||||
last_block = False
|
last_block = False
|
||||||
|
|||||||
Reference in New Issue
Block a user