summaryrefslogtreecommitdiffstats
path: root/askbot/const
diff options
context:
space:
mode:
authorEvgeny Fadeev <evgeny.fadeev@gmail.com>2011-09-14 00:41:51 -0300
committerEvgeny Fadeev <evgeny.fadeev@gmail.com>2011-09-14 00:41:51 -0300
commit145705fa268e511be239fff54c84101f29a56ca6 (patch)
tree44e2a5ed0bca7322845ed51208a232e654d16827 /askbot/const
parentd17ebb325698b028e28d49e345352c7275de1d8e (diff)
downloadaskbot-145705fa268e511be239fff54c84101f29a56ca6.tar.gz
askbot-145705fa268e511be239fff54c84101f29a56ca6.tar.bz2
askbot-145705fa268e511be239fff54c84101f29a56ca6.zip
added live settings to adjust license info in the footer
Diffstat (limited to 'askbot/const')
-rw-r--r--askbot/const/__init__.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/askbot/const/__init__.py b/askbot/const/__init__.py
index 8928cb6e..e62dd2cb 100644
--- a/askbot/const/__init__.py
+++ b/askbot/const/__init__.py
@@ -253,7 +253,8 @@ USER_VIEW_DATA_SIZE = 50
DEPENDENCY_URLS = {
'mathjax': 'http://www.mathjax.org/resources/docs/?installation.html',
'favicon': 'http://en.wikipedia.org/wiki/Favicon',
- 'embedding-video': 'http://askbot.org/doc/optional-modules.html#embedding-video'
+ 'embedding-video': 'http://askbot.org/doc/optional-modules.html#embedding-video',
+ 'cc-by-sa': 'http://creativecommons.org/licenses/by-sa/3.0/legalcode'
}
PASSWORD_MIN_LENGTH = 8