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" }}