{# 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 %} | |
| optional; will not be displayed | |
| optional | |
| {% if comment_form.comment.errors %} {{ comment_form.comment.html_error_list }} {% endif %} | |
| URLs auto-link and some tags are allowed: <a><b><i><p>. | |
| {% if not comment_form.has_errors %} {% endif %} |