summaryrefslogtreecommitdiffstats
path: root/askbot/conf/social_sharing.py
diff options
context:
space:
mode:
Diffstat (limited to 'askbot/conf/social_sharing.py')
-rw-r--r--askbot/conf/social_sharing.py7
1 files changed, 6 insertions, 1 deletions
diff --git a/askbot/conf/social_sharing.py b/askbot/conf/social_sharing.py
index e57dec28..392fa042 100644
--- a/askbot/conf/social_sharing.py
+++ b/askbot/conf/social_sharing.py
@@ -35,7 +35,12 @@ settings.register(
SOCIAL_SHARING,
'ENABLE_SHARING_TWITTER',
default=True,
- description=_('Check to enable sharing of questions on Twitter')
+ description=_('Check to enable sharing of questions on Twitter'),
+ help_text=_(
+ 'Important - to actually start sharing on twitter, '
+ 'it is required to set up Twitter consumer key and secret '
+ 'in the "keys to external services" section.'
+ )
)
)