#8426: Add "div" tag around help_text html output in nowforms myform.as_p() -------------------------------------------+-------------------------------- Reporter: erikcw | Owner: nobody Status: new | Milestone: 1.0 Component: Forms | Version: SVN Keywords: help_text, as_p, as_ul, forms | Stage: Unreviewed Has_patch: 0 | -------------------------------------------+-------------------------------- form.as_p() and form.as_ul() should both either have a div (with class="help"), span, or br around the help_text. form.as_table() already has a br tag before the helptext. So this should be added to improve consistency. This will really aid in styling the form with CSS!
-- Ticket URL: <http://code.djangoproject.com/ticket/8426> 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 -~----------~----~----~----~------~----~------~--~---
