{% load comments i18n jquery_validation %} {% include_validation %}
Your Comment
{{ form.name.label_tag }}
{{ form.name }} {% if form.name.errors %}

{{ form.name.errors }}

{% endif %}
{{ form.email.label_tag }}
{{ form.email }} {% if form.email.errors %}

{{ form.email.errors }}

{% endif %}
{{ form.url.label_tag }}
{{ form.url }} {% if form.url.errors %}

{{ form.url.errors }}

{% endif %}
{{ form.comment.label_tag }}
{{ form.comment }} {% if form.comment.errors %}

{{ form.comment.errors }}

{% endif %}
Post Comment
{{ form.honeypot }}
{{ form.content_type }} {{ form.object_pk }} {{ form.timestamp }} {{ form.security_hash }}