init no longer returns page
This commit is contained in:
parent
61803263f0
commit
d105d77c46
|
@ -107,7 +107,7 @@ def init(request):
|
||||||
'name': 'India Theatre Forum'
|
'name': 'India Theatre Forum'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
response['data']['page'] = _getPageData(request)
|
# response['data']['page'] = _getPageData(request)
|
||||||
return render_to_json_response(response)
|
return render_to_json_response(response)
|
||||||
actions.register(init)
|
actions.register(init)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user