diff options
| author | Bobby <[email protected]> | 2023-06-02 14:57:47 -0400 |
|---|---|---|
| committer | Bobby <[email protected]> | 2023-06-02 14:57:47 -0400 |
| commit | 8ee8841fc9d919551844d24e6c09389e2b3cd6be (patch) | |
| tree | e5c03bdd1a138fa3887efd682b72d9c256ee947a | |
| parent | 272cbb66a1396a84740a56a8ca0fcbfa7dce9618 (diff) | |
| download | thatcomputerscientist-8ee8841fc9d919551844d24e6c09389e2b3cd6be.tar.xz thatcomputerscientist-8ee8841fc9d919551844d24e6c09389e2b3cd6be.zip | |
Comment Shows only Date
| -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> |
