0.4.46 page title

This commit is contained in:
SDE
2024-01-06 13:27:13 +03:00
parent 58c83e2eea
commit b5b8ab9228

View File

@@ -78,6 +78,8 @@ def get_content_for_section_ajax(request):
res_Dict = {
'html': html,
}
if section:
res_Dict.update({'title': section.get_title()})
return JsonResponse(res_Dict)