diff options
| -rw-r--r-- | templates/blog/post.html | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/templates/blog/post.html b/templates/blog/post.html index 3522e19d..02571df4 100644 --- a/templates/blog/post.html +++ b/templates/blog/post.html @@ -70,9 +70,7 @@ {{ comment.anonymous_user.name }} {% endif %} </a> on <em> - {% timezone request.COOKIES.user_timezone %} - {{ comment.created_at | date:"M d, Y h:i A" }} - {% endtimezone %} + {{ comment.created_at | date:"M d, Y" }} </em> {% if comment.edited %} <em>(Edited)</em> |
