Guestbook

CHeck your response

{% if form.errors %}

There were errors in the response, please correct them below.

{% else %}
{{ comment|linebreaks }}

{% endif %}

Edit your entry

{% for field in form %} {% if field.is_hidden %} {{ field }} {% else %} {% endif %} {% endfor %}