{% extends "comments/base.html" %} {% block title %}Preview your comment{% endblock %} {% block content %} {% load comments %}
{{ comment|linebreaks }}
and or make changes:
{% if field.errors %}{{ field.errors }}{% endif %} {{ field.label_tag }} {{ field }}