summaryrefslogtreecommitdiffstats
path: root/askbot/const
diff options
context:
space:
mode:
authorHrishi <hrishi@Hrishi-Mobile-Workstation.(none)>2011-09-20 00:54:19 +0530
committerHrishi <hrishi@Hrishi-Mobile-Workstation.(none)>2011-09-20 00:54:19 +0530
commit94641e2915f2d0b765119c4b142dbdd603358fc6 (patch)
tree4147dfe693a8954168b825ce76e317306eefbb3d /askbot/const
parent094b354a0725c0d75c1565541e5fed50f9950ed8 (diff)
downloadaskbot-94641e2915f2d0b765119c4b142dbdd603358fc6.tar.gz
askbot-94641e2915f2d0b765119c4b142dbdd603358fc6.tar.bz2
askbot-94641e2915f2d0b765119c4b142dbdd603358fc6.zip
made the welcome message for anonymous users editable via admin settings
Diffstat (limited to 'askbot/const')
-rw-r--r--askbot/const/message_keys.py16
1 files changed, 8 insertions, 8 deletions
diff --git a/askbot/const/message_keys.py b/askbot/const/message_keys.py
index f7115009..5ba77248 100644
--- a/askbot/const/message_keys.py
+++ b/askbot/const/message_keys.py
@@ -9,14 +9,14 @@ _ = lambda v:v
#NOTE: all strings must be explicitly put into this dictionary,
#because you don't want to import _ from here with import *
-__all__ = ['GREETING_FOR_ANONYMOUS_USER', ]
-
-#this variable is shown in settings, because
-#the url within is configurable, the default is reverse('faq')
-#if user changes url they will have to be able to fix the
-#message translation too
-GREETING_FOR_ANONYMOUS_USER = \
- _('First time here? Check out the <a href="%s">FAQ</a>!')
+__all__ = []
+
+
+
+
+
+
+
#messages loaded in the templates via direct _ calls
_('most relevant questions')