From 8ee8841fc9d919551844d24e6c09389e2b3cd6be Mon Sep 17 00:00:00 2001 From: Bobby Date: Fri, 2 Jun 2023 14:57:47 -0400 Subject: Comment Shows only Date --- templates/blog/post.html | 4 +--- 1 file changed, 1 insertion(+), 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 %} on - {% timezone request.COOKIES.user_timezone %} - {{ comment.created_at | date:"M d, Y h:i A" }} - {% endtimezone %} + {{ comment.created_at | date:"M d, Y" }} {% if comment.edited %} (Edited) -- cgit v1.2.3