Currently to access help_text for a field in a template I have to do this:
{{ form.<field_name>.field.help_text }}
would be nicer if I could just do this:
{{ form.<field_name>.help_text }}
A two line change to BoundField will do the trick, I can submit a patch
if desired.
-+ enlight +-
I would suggest filing a ticket so that your suggestion and patch
don't get forgotten.