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 %}
{% if field.errors %}{{ field.errors }}{% endif %} {{ field.label_tag }} {{ field }}
{% endif %} {% endfor %}