From 321415a535b7072761fa99704b63b678b3291f6f Mon Sep 17 00:00:00 2001 From: xiokuai Date: Fri, 20 Feb 2026 23:12:30 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E8=AF=84=E8=AE=BA=E5=8C=BA=E6=B7=BB?= =?UTF-8?q?=E5=8A=A0=E6=A5=BC=E5=B1=82=E5=8F=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- forum/templates/forum/post_detail.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/forum/templates/forum/post_detail.html b/forum/templates/forum/post_detail.html index 2fff2f6..71fa666 100644 --- a/forum/templates/forum/post_detail.html +++ b/forum/templates/forum/post_detail.html @@ -42,7 +42,7 @@

{% for comment in comments %}
- {{ comment.author.username }} + #{{ forloop.counter }} {{ comment.author.username }} {{ comment.created_at|date:"Y-m-d H:i" }}