0.7.54
articles paging
This commit is contained in:
@@ -33,7 +33,7 @@ def get_articles_block_ajax(request):
|
||||
if 'errors' in Dict:
|
||||
return JsonResponse(Dict, status=400)
|
||||
|
||||
html = render_to_string('blocks/b_news_elements.html', Dict, request=request)
|
||||
html = render_to_string('blocks/articles/b_news_elements.html', Dict, request=request)
|
||||
|
||||
res_Dict = {
|
||||
'html': html,
|
||||
|
||||
Reference in New Issue
Block a user