diff -r 8a075bc94563 -r 15fc369bc3ca web/widgets.py --- a/web/widgets.py Mon Mar 30 01:09:16 2009 +0200 +++ b/web/widgets.py Mon Mar 30 09:32:16 2009 +0200 @@ -449,7 +449,7 @@ class YesNoRadioWidget(CheckBoxWidget): - + html_attributes = Widget.html_attributes | set(('disabled',)) def _edit_render(self, entity): value = self.current_value(entity) dvalue = self.current_display_value(entity)