﻿id	summary	reporter	owner	description	type	status	component	version	severity	resolution	keywords	cc	stage	has_patch	needs_docs	needs_tests	needs_better_patch	easy	ui_ux
3456	rendering help_text in newforms	Jeff Bauer <jbauer@…>	Adrian Holovaty	"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)

"		closed	Forms	dev		fixed	help_text		Accepted	0	0	0	0	0	0
