﻿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
4752	Allow arbitrary ErrorList class in BaseForm._html_output	michal@…	nobody	"I realised there is no intent to support ""clean"" webdesign approach with as_div() shortcuts in BaseForm class as per ticket 3286. Too sad I must say...

Anyway I inherited BaseForm to my own Form implementation that produces clean CSS-able <div></div> output, where the only problem remains with error messages being <ul>-list. Attached is a patch that enables passing my own ErrorList implementation with <div/> support to _html_output() and wraps it all up to a completely <div/>-ed Form. Second attachment is shows my DivForm class and accompanying DivErrorList class. "		closed	Forms	dev		fixed			Ready for checkin	1	0	0	0	0	0
