0.7.53
articles page
This commit is contained in:
@@ -21,7 +21,7 @@ def get_articles(art_kwargs, request_Data=None, from_el=None, to_el=None):
|
||||
arts = arts[:to_el]
|
||||
else:
|
||||
to_el = 3
|
||||
arts = arts[:3]
|
||||
arts = arts[:to_el]
|
||||
|
||||
last_block = False
|
||||
if not to_el or to_el >= el_count:
|
||||
|
||||
Reference in New Issue
Block a user