Re: newforms: accessing help_text in a template

2007-02-02 Thread Gary Wilson
On Jan 30, 8:37 pm, Vadim Macagon <[EMAIL PROTECTED]> wrote: > A two line change to BoundField will do the trick, I can submit a patch > if desired. I would suggest filing a ticket so that your suggestion and patch don't get forgotten. http://code.djangoproject.com/simpleticket --~--~-

newforms: accessing help_text in a template

2007-01-30 Thread Vadim Macagon
Hi, Currently to access help_text for a field in a template I have to do this: {{ form..field.help_text }} would be nicer if I could just do this: {{ form..help_text }} A two line change to BoundField will do the trick, I can submit a patch if desired. -+ enlight +- --~--~-~--~---