#9673: comment form honeypot field isn't hidden when using {% get_comment_form 
%}
-------------------------------------+--------------------------------------
 Reporter:  aj                       |       Owner:  nobody    
   Status:  new                      |   Milestone:            
Component:  django.contrib.comments  |     Version:  1.0       
 Keywords:                           |       Stage:  Unreviewed
Has_patch:  0                        |  
-------------------------------------+--------------------------------------
 With {% render_comment_form for object %} you get the following for the
 hidden fields:
 {{{
 ...
 <p style="display: none;">....</p>
 ...
 }}}

 But {% get_comment_form for object as form %} returns a form with the,
 supposedly hidden, honeypot fields visible.
 So the text "If you enter anything in this field your comment will be
 treated as spam" is displayed when using {% get_comment_form for object as
 form %}

-- 
Ticket URL: <http://code.djangoproject.com/ticket/9673>
Django <http://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-updates?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to