summaryrefslogtreecommitdiffstats
path: root/askbot/const
diff options
context:
space:
mode:
authorEvgeny Fadeev <evgeny.fadeev@gmail.com>2011-09-17 13:18:14 -0300
committerEvgeny Fadeev <evgeny.fadeev@gmail.com>2011-09-17 13:18:14 -0300
commit094b354a0725c0d75c1565541e5fed50f9950ed8 (patch)
tree5f6c7df3f12d424e6904735b301fc1d4902b8a63 /askbot/const
parentb15c131f8f1806359d3e9e956f561b2a0a248569 (diff)
downloadaskbot-094b354a0725c0d75c1565541e5fed50f9950ed8.tar.gz
askbot-094b354a0725c0d75c1565541e5fed50f9950ed8.tar.bz2
askbot-094b354a0725c0d75c1565541e5fed50f9950ed8.zip
added url explaining how to enable cookies in the browser
Diffstat (limited to 'askbot/const')
-rw-r--r--askbot/const/__init__.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/askbot/const/__init__.py b/askbot/const/__init__.py
index d1449dd8..73c71800 100644
--- a/askbot/const/__init__.py
+++ b/askbot/const/__init__.py
@@ -263,6 +263,7 @@ DEPENDENCY_URLS = {
'facebook-apps': 'http://www.facebook.com/developers/createapp.php',
'google-webmaster-tools': 'https://www.google.com/webmasters/tools/home',
'identica-apps': 'http://identi.ca/settings/oauthapps',
+ 'noscript': 'https://www.google.com/support/bin/answer.py?answer=23852',
'linkedin-apps': 'https://www.linkedin.com/secure/developer',
'mathjax': 'http://www.mathjax.org/resources/docs/?installation.html',
'recaptcha': 'http://google.com/recaptcha',