Search
Clear search
Close search
Main menu
Google apps
Groups
Sign in
Groups
Django users
Conversations
About
Send feedback
Help
django comments application Caught No Reverse Mismatch while rendering
7 views
Skip to first unread message
Pulkit Mehrotra
unread,
Jun 19, 2011, 10:29:29 AM
6/19/11
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
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