用的是django.contrib.comments的评论系统做对文章的回复,django自带的user(auth)
post的form如下:
<form class="form-horizontal" action="{% comment_form_target %}" method="post">
post的form如下:
<form class="form-horizontal" action="{% comment_form_target %}" method="post">