Why does this code not work?
{{=form.custom.begin}}
# some junk here, next line does not work
{{
form.custom.widget.password['_class'] = 'string input-medium'
}}
I want to override the default password input widget CSS class in the view,
and it refuses to be overridden. I need flexibility when styling the form.
This does work for the other auth fields such as email, first_name, etc.
Thanks
Aris Green
--

