diff --git a/templates/comments/tags/post_comment.html b/templates/comments/tags/post_comment.html deleted file mode 100644 index 3ae5a27..0000000 --- a/templates/comments/tags/post_comment.html +++ /dev/null @@ -1,33 +0,0 @@ -
- -
-

发表评论 - -

-
{% csrf_token %} -

- {{ form.body.label_tag }} - - {{ form.body }} - {{ form.body.errors }} -

- {{ form.parent_comment_id }} -
- {% if COMMENT_NEED_REVIEW %} - 支持markdown,评论经审核后才会显示。 - {% else %} - 支持markdown。 - {% endif %} - - -
-
-
- -
- -