aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBobby <[email protected]>2023-06-02 14:57:47 -0400
committerBobby <[email protected]>2023-06-02 14:57:47 -0400
commit8ee8841fc9d919551844d24e6c09389e2b3cd6be (patch)
treee5c03bdd1a138fa3887efd682b72d9c256ee947a
parent272cbb66a1396a84740a56a8ca0fcbfa7dce9618 (diff)
downloadthatcomputerscientist-8ee8841fc9d919551844d24e6c09389e2b3cd6be.tar.xz
thatcomputerscientist-8ee8841fc9d919551844d24e6c09389e2b3cd6be.zip
Comment Shows only Date
-rw-r--r--templates/blog/post.html4
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>