#3456: rendering help_text in newforms
------------------------------------------+---------------------------------
Reporter:  Jeff Bauer <[EMAIL PROTECTED]>  |       Owner:  adrian         
  Status:  new                            |   Component:  django.newforms
 Version:  SVN                            |    Keywords:  help_text      
   Stage:  Unreviewed                     |   Has_patch:  0              
------------------------------------------+---------------------------------
 The help_text attribute in newforms should work the same as label in a
 template:
 
 {{{  {{ form.eggs.label }}  }}}
 
 {{{  {{ form.eggs.help_text }}  }}}  (Fails)
 
 It took me a while to figure out why my labels were appearing on
 templates, but not my help text, until I specified fields:
 
 {{{  {{ form.fields.eggs.help_text }}  }}}  (Works)

-- 
Ticket URL: <http://code.djangoproject.com/ticket/3456>
Django Code <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