summaryrefslogtreecommitdiffstats
path: root/askbot/conf/sidebar_main.py
diff options
context:
space:
mode:
authorAdolfo Fitoria <adolfo.fitoria@gmail.com>2011-08-23 15:58:19 -0300
committerAdolfo Fitoria <adolfo.fitoria@gmail.com>2011-08-23 18:12:25 -0300
commitd0405fa9f1ffaddede5d80931cc2186375b0ef53 (patch)
treeeb06f9afde8cc4067af6c06192310dbdcdef8727 /askbot/conf/sidebar_main.py
parent972394faf7422db35b30b09a73fcd41a1af080e9 (diff)
downloadaskbot-d0405fa9f1ffaddede5d80931cc2186375b0ef53.tar.gz
askbot-d0405fa9f1ffaddede5d80931cc2186375b0ef53.tar.bz2
askbot-d0405fa9f1ffaddede5d80931cc2186375b0ef53.zip
fixing avatar sidebar
Diffstat (limited to 'askbot/conf/sidebar_main.py')
-rw-r--r--askbot/conf/sidebar_main.py10
1 files changed, 10 insertions, 0 deletions
diff --git a/askbot/conf/sidebar_main.py b/askbot/conf/sidebar_main.py
index 012d8ace..57f9848d 100644
--- a/askbot/conf/sidebar_main.py
+++ b/askbot/conf/sidebar_main.py
@@ -41,6 +41,16 @@ settings.register(
)
settings.register(
+ values.IntegerValue(
+ SIDEBAR_MAIN,
+ 'SIDEBAR_MAIN_AVATAR_LIMIT',
+ description = _('Limit how many avatars will be displayed on the sidebar'),
+ default = 16
+ )
+)
+
+
+settings.register(
values.BooleanValue(
SIDEBAR_MAIN,
'SIDEBAR_MAIN_SHOW_TAG_SELECTOR',