articles page
This commit is contained in:
SDE
2023-10-05 19:27:57 +03:00
parent 5f71eb5e0b
commit c781453055
3 changed files with 17 additions and 14 deletions

View File

@@ -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: