From 246dbab915d0f0d3c4007307f4fa26fbe5e20680 Mon Sep 17 00:00:00 2001 From: Evgeny Fadeev Date: Thu, 25 Apr 2013 05:57:13 -0400 Subject: added default value to the category tree --- askbot/conf/flatpages.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/askbot/conf/flatpages.py b/askbot/conf/flatpages.py index 60106f6f..9a705b5a 100644 --- a/askbot/conf/flatpages.py +++ b/askbot/conf/flatpages.py @@ -71,7 +71,7 @@ settings.register(#this field is not editable manually FLATPAGES, 'CATEGORY_TREE', description = 'Category tree',#no need to translate - default = '',#empty array of arrays in json + default = '[["dummy",[]]]',#empty array of arrays in json help_text=_('Do not edit this field manually!!!') #hidden = True ) -- cgit v1.2.3-1-g7c22