summaryrefslogtreecommitdiffstats
path: root/askbot/const
diff options
context:
space:
mode:
authorEvgeny Fadeev <evgeny.fadeev@gmail.com>2011-11-25 15:22:23 -0300
committerEvgeny Fadeev <evgeny.fadeev@gmail.com>2011-11-25 15:24:38 -0300
commit7c789bc39c01a9fd3a57e1119a3cd430afcb7386 (patch)
tree6dbd23ebcdfbc7424e157e0110b39158e5249117 /askbot/const
parent350d8b9aa7849a86fcbd97667703df834184d511 (diff)
downloadaskbot-7c789bc39c01a9fd3a57e1119a3cd430afcb7386.tar.gz
askbot-7c789bc39c01a9fd3a57e1119a3cd430afcb7386.tar.bz2
askbot-7c789bc39c01a9fd3a57e1119a3cd430afcb7386.zip
added support for LOGIN_REDIRECT_URL to django_authopenid submodule
Diffstat (limited to 'askbot/const')
-rw-r--r--askbot/const/__init__.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/askbot/const/__init__.py b/askbot/const/__init__.py
index 84b87fb6..764a3234 100644
--- a/askbot/const/__init__.py
+++ b/askbot/const/__init__.py
@@ -296,8 +296,8 @@ MIN_REPUTATION = 1
AVATAR_STATUS_CHOICE = (
('n', _('None')),
- ('g', _('Gravatar')),
- ('a', _('Uploaded Avatar')),
+ ('g', _('Gravatar')),#only if user has real uploaded gravatar
+ ('a', _('Uploaded Avatar')),#avatar uploaded locally - with django-avatar app
)
#an exception import * because that file has only strings