Comments

{% load comments %} {% get_comment_list for object as comment_list %}

Leave a comment

{% get_comment_form for object as form %}
{% csrf_token %} {{ form.comment }} {{ form.content_type }} {{ form.object_pk }} {{ form.timestamp }} {{ form.security_hash }}