summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEvgeny Fadeev <evgeny.fadeev@gmail.com>2011-09-06 02:13:27 -0300
committerEvgeny Fadeev <evgeny.fadeev@gmail.com>2011-09-06 02:13:27 -0300
commitac27a112fdb22630241525300eefb77efa5892f7 (patch)
tree3d8afdbfef85ec3207a29765750d374109dfedec
parent8260d84e09424fcec1e7436edc6994c8940535b6 (diff)
downloadaskbot-ac27a112fdb22630241525300eefb77efa5892f7.tar.gz
askbot-ac27a112fdb22630241525300eefb77efa5892f7.tar.bz2
askbot-ac27a112fdb22630241525300eefb77efa5892f7.zip
fixed recaptcha url in the livesettings
-rw-r--r--askbot/conf/external_keys.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/askbot/conf/external_keys.py b/askbot/conf/external_keys.py
index c087322b..15ad2903 100644
--- a/askbot/conf/external_keys.py
+++ b/askbot/conf/external_keys.py
@@ -68,7 +68,7 @@ settings.register(
'Recaptcha is a tool that helps distinguish '
'real people from annoying spam robots. '
'Please get this and a public key at '
- 'the <a href="http://recaptcha.net">recaptcha.net</a>'
+ 'the <a href="http://google.com/recaptcha">http://google.com/recaptcha</a>'
)
)
)