0.4.46 page title
This commit is contained in:
@@ -78,6 +78,8 @@ def get_content_for_section_ajax(request):
|
|||||||
res_Dict = {
|
res_Dict = {
|
||||||
'html': html,
|
'html': html,
|
||||||
}
|
}
|
||||||
|
if section:
|
||||||
|
res_Dict.update({'title': section.get_title()})
|
||||||
|
|
||||||
return JsonResponse(res_Dict)
|
return JsonResponse(res_Dict)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user