﻿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
35191	Allow form renderer to use custom template for label tag	Oxan van Leeuwen	Almaz	"Currently, a form renderer can't easily change the template used by the `BoundField.label_tag()` method: `template_name_label` can be set on the form, but there exists no `label_template_name` on the `FormRenderer` that it fallbacks to.

This is problematic if e.g. CSS classes need to be set on the form labels. Writing out the `<label>` tag in the template instead of calling `label_tag()` is also not an option, as `label_tag()` does somewhat complex processing to ensure the correct id (and label) are used.
"	New feature	closed	Forms	5.0	Normal	wontfix	forms render template	David Smith Oxan van Leeuwen	Unreviewed	0	0	0	0	0	0
