diff -r 66d04a868313 -r acf4b6a59558 web/formfields.py --- a/web/formfields.py Thu Jul 09 12:38:33 2009 +0200 +++ b/web/formfields.py Thu Jul 09 13:04:28 2009 +0200 @@ -222,6 +222,9 @@ super(RichTextField, self).__init__(**kwargs) self.format_field = format_field + def init_text_area(self, widget): + pass + def get_widget(self, form): if self.widget is None: if self.use_fckeditor(form):