summaryrefslogtreecommitdiffstats
path: root/askbot/conf
diff options
context:
space:
mode:
authorEvgeny Fadeev <evgeny.fadeev@gmail.com>2013-04-25 05:57:13 -0400
committerEvgeny Fadeev <evgeny.fadeev@gmail.com>2013-04-25 05:57:13 -0400
commit246dbab915d0f0d3c4007307f4fa26fbe5e20680 (patch)
tree3de879689ad07a3ee4b24127e9a900c03dc03c39 /askbot/conf
parenta1a8228edf9495eb48d058b7fbd4c8aa8c9ddb08 (diff)
downloadaskbot-246dbab915d0f0d3c4007307f4fa26fbe5e20680.tar.gz
askbot-246dbab915d0f0d3c4007307f4fa26fbe5e20680.tar.bz2
askbot-246dbab915d0f0d3c4007307f4fa26fbe5e20680.zip
added default value to the category tree
Diffstat (limited to 'askbot/conf')
-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
)