﻿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
6444	Filter for adding css classes to an widget	italomaia	nobody	"As a widget class is something related to the T in the MTV django design, it should be possible to change a widget's class through 
a template. So, who's the fellow that deals with the T? The designer! Not necessarily the programmer. And that someone should not need to know 
python programming. The designer should be capable of adding a class to a widget in a straight forward way. A filter seems like the reasenable 
solution.

Something like this should work:

{{{
<div>
form.field|filter:""class1 class2 class3""
</div>
}}}
and give the proper output. I suggest a simple name for the filter, something like mclass ou css."		closed	Template system	dev		duplicate	filter, mtv, designer, css		Design decision needed	0	0	0	0	0	0
