django comments application Caught No Reverse Mismatch while rendering

6 views
Skip to first unread message

Pulkit Mehrotra

unread,
Jun 19, 2011, 10:29:29 AM6/19/11
to django...@googlegroups.com
{% load comments i18n %}
2 <form action="{% comment_form_target %}" method="post">{% csrf_token %}
3 {% if next %}<div><input type="hidden" name="next" value="{{ next }}" /></div>{% endif %}
4 {% for field in form %}
5 {% if field.is_hidden %}
6 <div>{{ field }}</div>
7 {% else %}
8 {% if field.errors %}{{ field.errors }}{% endif %}
9 <p
10 {% if field.errors %} class="error"{% endif %}
11 {% ifequal field.name "honeypot" %} style="display:none;"{% endifequal %}>
12 {{ field.label_tag }} {{ field }}






Whenever i use comment_form_target i am getting this error,i am using django version 1.3
















Reply all
Reply to author
Forward
0 new messages