Kotti / deform_bootstrap

Bootstrap compatible templates for the deform form library. (Merged into deform 2.)
http://pypi.python.org/pypi/deform_bootstrap
34 stars 30 forks source link

Make ChosenMultipleWidget inherit from SelectWidget #49

Closed cguardia closed 11 years ago

cguardia commented 11 years ago

deform.Widget does not define readonly_template which is used in the widget code, causing an error when using readonly mode.

I couldn't figure out why it's using Widget. If it's really necessary, let me know and I'll close this request and create a new one with a default template.

disko commented 11 years ago

I guess nobody used a readonly SelectWidget yet, so that didn't occur to anybody. Thanks for the fix!