commit | 7e657d79fd1695407965b33cb35da2eb6998305b | [log] [tgz] |
---|---|---|
author | Anand Doshi <anand@iwebnotes.com> | Thu Aug 23 17:15:13 2012 +0530 |
committer | Anand Doshi <anand@iwebnotes.com> | Thu Aug 23 17:15:13 2012 +0530 |
tree | 7d0e3534578982c8f1145a5b065f419d58175d83 | |
parent | 6db2ac51e6440f24c1a5c8f72b224d5494698277 [diff] |
global date format for blog comments
diff --git a/erpnext/website/blog.py b/erpnext/website/blog.py index ea1992b..482800e 100644 --- a/erpnext/website/blog.py +++ b/erpnext/website/blog.py
@@ -98,7 +98,7 @@ import webnotes.utils - comment['comment_date'] = webnotes.utils.pretty_date(comment['creation']) + comment['comment_date'] = webnotes.utils.global_date_format(comment['creation']) template_args = { 'comment_list': [comment], 'template': 'html/comment.html' } # get html of comment row