summaryrefslogtreecommitdiffstats
path: root/askbot/conf/sidebar_main.py
diff options
context:
space:
mode:
authorEvgeny Fadeev <evgeny.fadeev@gmail.com>2011-10-19 16:32:21 -0300
committerEvgeny Fadeev <evgeny.fadeev@gmail.com>2011-10-19 16:32:21 -0300
commita08fc54db880b20e37c126c70427d8b94af91e78 (patch)
tree243d7ff53bfad84bdc1850bd3999235086d9e4d9 /askbot/conf/sidebar_main.py
parentd081c9f1b0a2a0b587e5d7666f54a3e2e2dfbcac (diff)
downloadaskbot-a08fc54db880b20e37c126c70427d8b94af91e78.tar.gz
askbot-a08fc54db880b20e37c126c70427d8b94af91e78.tar.bz2
askbot-a08fc54db880b20e37c126c70427d8b94af91e78.zip
closed issue 130 - organize live settings into groups
Diffstat (limited to 'askbot/conf/sidebar_main.py')
-rw-r--r--askbot/conf/sidebar_main.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/askbot/conf/sidebar_main.py b/askbot/conf/sidebar_main.py
index 57f9848d..a45fdc3c 100644
--- a/askbot/conf/sidebar_main.py
+++ b/askbot/conf/sidebar_main.py
@@ -5,10 +5,12 @@ from askbot.conf.settings_wrapper import settings
from askbot.deps.livesettings import ConfigurationGroup
from askbot.deps.livesettings import values
from django.utils.translation import ugettext as _
+from askbot.conf.super_groups import CONTENT_AND_UI
SIDEBAR_MAIN = ConfigurationGroup(
'SIDEBAR_MAIN',
- _('Sidebar widget settings - main page'),
+ _('Main page sidebar'),
+ super_group = CONTENT_AND_UI
)
settings.register(