summaryrefslogtreecommitdiffstats
path: root/askbot/const
diff options
context:
space:
mode:
authorEvgeny Fadeev <evgeny.fadeev@gmail.com>2012-03-23 00:58:26 -0400
committerEvgeny Fadeev <evgeny.fadeev@gmail.com>2012-03-23 00:58:26 -0400
commitebf0a342cd869e983ab63fe882d4f7ae87778ef8 (patch)
tree80bbcd3addf985b951aa69f7228eb1285d2d76e0 /askbot/const
parentde09ca2920edb24f8cedf34b795d5870cd9aeb0a (diff)
downloadaskbot-ebf0a342cd869e983ab63fe882d4f7ae87778ef8.tar.gz
askbot-ebf0a342cd869e983ab63fe882d4f7ae87778ef8.tar.bz2
askbot-ebf0a342cd869e983ab63fe882d4f7ae87778ef8.zip
added user and date info to the full thread summary in the email response
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 ecd6df68..11fc8655 100644
--- a/askbot/const/__init__.py
+++ b/askbot/const/__init__.py
@@ -19,6 +19,7 @@ CLOSE_REASONS = (
)
LONG_TIME = 60*60*24*30 #30 days is a lot of time
+DATETIME_FORMAT = '%I:%M %p, %d %b %Y'
TYPE_REPUTATION = (
(1, 'gain_by_upvoted'),