{% extends "influences/influence_detail.html" %} {% load threadedcommentstags %} {% block comments %} {% if comment %}
You said:
{% auto_transform_markup comment %}
{% endif %}
{{ form.comment.label_tag }}
{{ form.comment }}
{{ form.is_public }} {{ form.is_public.label_tag }}
{% endblock %}