{# Copyright (c) 2006-2007, PreFab Software Inc. #} {% comment %} Form fields for comments. Shared between the primary comment form and the preview page. Form fields are hashed for security against spammers. {% endcomment %} {% if comment_form.has_errors %} Please correct the following errors: {% endif %}
{% if comment_form.person_name.errors %} {{ comment_form.person_name.html_error_list }} {% endif %}
Ignore this field:
 optional; will not be displayed
Don't put anything in this field:
 optional
Don't put anything here:
{% if comment_form.comment.errors %} {{ comment_form.comment.html_error_list }} {% endif %}
Leave this empty:
URLs auto-link and some tags are allowed: <a><b><i><p>.
{% if not comment_form.has_errors %} {% endif %}