{% extends "base.html" %} {% block coutent %} {% csrf_token %}
评论树
评论列表
{{ comment.parent_comment.user.username }}:{{ comment.parent_comment.content }}
{{ comment.content }}
发表评论
昵称:
评论内容:
提交评论
评论树
评论列表
{% for comment in comment_list %}-
# {{ forloop.counter }}楼
{{ comment.create_time|date:"H-m-d H:i" }}
{{ comment.user.username }}
回复
{% if comment.parent_comment %}
{% endif %}
{% endfor %}
{{ comment.parent_comment.user.username }}:{{ comment.parent_comment.content }}
{{ comment.content }}
发表评论
昵称:
评论内容: