0.4.46 page title
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user