﻿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
5749	Add field_name as a key on the _html_output dict	Chris Beaven	Ivan Kolodyazhny	"Just a small extension which I have found useful.

The use case is customising a field so that the row can be `id`ed. For example:
{{{
#!python
class MyForm(Form):
    def as_p(self):
        return self._html_output(u'<p id=""p_%(field_name)s"">%(label)s %(field)s%(help_text)s</p>', u'%s', '</p>', u' %s', True)
}}}"	New feature	closed	Forms	dev	Normal	fixed			Accepted	1	0	1	0	0	0
