﻿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
6705	When using {{ form.errors }} in a template, the output uses field name instead of using field label.	Emilian	nobody	"The ErrorDict has the field name as the key and the error messages as the value. When outputting the {{ form.errors }} in a template it displays the field name and then the error. This results in ugly, unreadable field names such as ""your_field_name"" followed by the errors. This occurs despite having set a verbose_name in the model declaration.

"		closed	Forms	dev		invalid	errordict		Unreviewed	0	0	0	0	0	0
