summaryrefslogtreecommitdiffstats
path: root/askbot/conf/minimum_reputation.py
diff options
context:
space:
mode:
authorEvgeny Fadeev <evgeny.fadeev@gmail.com>2013-05-26 12:59:15 -0400
committerEvgeny Fadeev <evgeny.fadeev@gmail.com>2013-05-26 12:59:20 -0400
commit31614f4da0ef5d2d28d427cea4d5a1200f7573e6 (patch)
treea9416483737e9b00d9afca52eea9d73bae3a9410 /askbot/conf/minimum_reputation.py
parent94d5a526148b3899aeaa1d6f289c7b0e588395b5 (diff)
downloadaskbot-31614f4da0ef5d2d28d427cea4d5a1200f7573e6.tar.gz
askbot-31614f4da0ef5d2d28d427cea4d5a1200f7573e6.tar.bz2
askbot-31614f4da0ef5d2d28d427cea4d5a1200f7573e6.zip
added a hovercard to the user karma display shown in the page header
Diffstat (limited to 'askbot/conf/minimum_reputation.py')
-rw-r--r--askbot/conf/minimum_reputation.py9
1 files changed, 0 insertions, 9 deletions
diff --git a/askbot/conf/minimum_reputation.py b/askbot/conf/minimum_reputation.py
index 229edf96..19b5e69d 100644
--- a/askbot/conf/minimum_reputation.py
+++ b/askbot/conf/minimum_reputation.py
@@ -195,15 +195,6 @@ settings.register(
settings.register(
livesettings.IntegerValue(
MIN_REP,
- 'MIN_REP_TO_LOCK_POSTS',
- default=400,
- description=_('Lock posts')
- )
-)
-
-settings.register(
- livesettings.IntegerValue(
- MIN_REP,
'MIN_REP_TO_HAVE_STRONG_URL',
default=25,
description=_('Remove rel=nofollow from own homepage'),