fix #2077
This commit is contained in:
parent
26d0022766
commit
f3f47494f3
1 changed files with 1 additions and 0 deletions
|
@ -90,6 +90,7 @@ def getText(request):
|
||||||
if qs.count() == 0:
|
if qs.count() == 0:
|
||||||
text = None
|
text = None
|
||||||
response['data'] = {
|
response['data'] = {
|
||||||
|
'id': '',
|
||||||
'name': '',
|
'name': '',
|
||||||
'text': '',
|
'text': '',
|
||||||
'type': 'html',
|
'type': 'html',
|
||||||
|
|
Loading…
Reference in a new issue