summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--askbot/conf/flatpages.py2
1 files changed, 1 insertions, 1 deletions
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
)