From f3f47494f313c06cf32bf8c350d92a32bed15008 Mon Sep 17 00:00:00 2001 From: j <0x006A@0x2620.org> Date: Wed, 22 Jan 2014 08:21:36 +0000 Subject: [PATCH] fix #2077 --- pandora/text/views.py | 1 + 1 file changed, 1 insertion(+) diff --git a/pandora/text/views.py b/pandora/text/views.py index a5d769e2..ef5a78f8 100644 --- a/pandora/text/views.py +++ b/pandora/text/views.py @@ -90,6 +90,7 @@ def getText(request): if qs.count() == 0: text = None response['data'] = { + 'id': '', 'name': '', 'text': '', 'type': 'html',