summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--askbot/views/writers.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/askbot/views/writers.py b/askbot/views/writers.py
index 935b7cfa..44b80ed9 100644
--- a/askbot/views/writers.py
+++ b/askbot/views/writers.py
@@ -605,6 +605,8 @@ def edit_comment(request):
is_editable = template_filters.can_edit_comment(comment_post.author, comment_post)
tz = ' ' + template_filters.TIMEZONE_STR
+ tz = template_filters.TIMEZONE_STR
+
return {
'id' : comment_post.id,
'object_id': comment_post.parent.id,