summaryrefslogtreecommitdiffstats
path: root/askbot/const
diff options
context:
space:
mode:
authorEvgeny Fadeev <evgeny.fadeev@gmail.com>2012-05-27 02:38:22 -0400
committerEvgeny Fadeev <evgeny.fadeev@gmail.com>2012-05-27 02:38:22 -0400
commit6ca7dd00282cf76edf80e2c003a2876a78981fdb (patch)
tree2458d103011dbd2fa2fbcab21f06660e29209e81 /askbot/const
parenta3369a5eda129db32009961d75d1624756a4ec29 (diff)
downloadaskbot-6ca7dd00282cf76edf80e2c003a2876a78981fdb.tar.gz
askbot-6ca7dd00282cf76edf80e2c003a2876a78981fdb.tar.bz2
askbot-6ca7dd00282cf76edf80e2c003a2876a78981fdb.zip
test cases for the post approval notifications pass
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 ae1d7d2d..e711de92 100644
--- a/askbot/const/__init__.py
+++ b/askbot/const/__init__.py
@@ -54,6 +54,7 @@ POST_SORT_METHODS = (
POST_TYPES = ('answer', 'comment', 'question', 'tag_wiki', 'reject_reason')
+SIMPLE_REPLY_SEPARATOR_TEMPLATE = '==== %s -=-=='
REPLY_SEPARATOR_TEMPLATE = '==== %(user_action)s %(instruction)s -=-=='
REPLY_WITH_COMMENT_TEMPLATE = _(
'Note: to reply with a comment, '