This ticket

http://code.djangoproject.com/ticket/8426

says that, as of six months ago, model field help_text rendered in
forms by {{form.as_p}} gets wrapped in a style-able span. But in
Django 1.2.4, {{form.as_p}} still generates unspanned help_text. It
also doesn't show up spanned in the docs:

http://docs.djangoproject.com/en/dev/ref/forms/fields/#help-text

I'm not sure what I'm missing here. I'd really like to stop manually
creating every field in form templates just to get style-able help
text.

Any pointers? Thanks.

./s

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.

Reply via email to