summaryrefslogtreecommitdiffstats
path: root/askbot/const
diff options
context:
space:
mode:
authorEvgeny Fadeev <evgeny.fadeev@gmail.com>2012-03-21 21:30:56 -0400
committerEvgeny Fadeev <evgeny.fadeev@gmail.com>2012-03-21 21:30:56 -0400
commit1dfdf5207ae6ea7c3b181c52e4939e742922eab0 (patch)
tree142603f70126b3856f52a49244842279316a5558 /askbot/const
parent95bd090f0f1bbcdd05e1fcbee81d2a5c2569cdc8 (diff)
downloadaskbot-1dfdf5207ae6ea7c3b181c52e4939e742922eab0.tar.gz
askbot-1dfdf5207ae6ea7c3b181c52e4939e742922eab0.tar.bz2
askbot-1dfdf5207ae6ea7c3b181c52e4939e742922eab0.zip
fixed bugs so that test cases pass
Diffstat (limited to 'askbot/const')
-rw-r--r--askbot/const/__init__.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/askbot/const/__init__.py b/askbot/const/__init__.py
index 66e20dae..ecd6df68 100644
--- a/askbot/const/__init__.py
+++ b/askbot/const/__init__.py
@@ -51,6 +51,8 @@ POST_SORT_METHODS = (
('relevance-desc', _('relevance')),
)
+REPLY_SEPARATOR = '======= Reply above this line. ====-=-='
+
ANSWER_SORT_METHODS = (#no translations needed here
'latest', 'oldest', 'votes'
)