summaryrefslogtreecommitdiffstats
path: root/askbot/const
diff options
context:
space:
mode:
authorEvgeny Fadeev <evgeny.fadeev@gmail.com>2012-06-19 09:17:49 -0400
committerEvgeny Fadeev <evgeny.fadeev@gmail.com>2012-06-19 09:17:49 -0400
commitb215c90c9a82a86df225be9f9ff67ddb3469d6c3 (patch)
treedc6107475dc258b1309f2f88fc200011dc89fc9e /askbot/const
parent93d3ab49a614774657d25f105956937e2692563c (diff)
downloadaskbot-b215c90c9a82a86df225be9f9ff67ddb3469d6c3.tar.gz
askbot-b215c90c9a82a86df225be9f9ff67ddb3469d6c3.tar.bz2
askbot-b215c90c9a82a86df225be9f9ff67ddb3469d6c3.zip
group-private posts work on screen, still need update on the email alert and notification recipient side, no cache support
Diffstat (limited to 'askbot/const')
-rw-r--r--askbot/const/__init__.py9
1 files changed, 5 insertions, 4 deletions
diff --git a/askbot/const/__init__.py b/askbot/const/__init__.py
index 2bed1c31..2633055f 100644
--- a/askbot/const/__init__.py
+++ b/askbot/const/__init__.py
@@ -290,10 +290,11 @@ TYPE_RESPONSE = {
}
POST_STATUS = {
- 'closed' : _('[closed]'),
- 'deleted' : _('[deleted]'),
- 'default_version' : _('initial version'),
- 'retagged' : _('retagged'),
+ 'closed': _('[closed]'),
+ 'deleted': _('[deleted]'),
+ 'default_version': _('initial version'),
+ 'retagged': _('retagged'),
+ 'private': _('[private]')
}
#choices used in email and display filters