src/pyams_content/shared/common/zmi/properties.py
changeset 842 7f0d72e427b1
parent 832 54e1fc14724b
child 893 3eb9eb650335
--- a/src/pyams_content/shared/common/zmi/properties.py	Thu Jul 12 17:35:51 2018 +0200
+++ b/src/pyams_content/shared/common/zmi/properties.py	Thu Jul 12 18:18:15 2018 +0200
@@ -90,10 +90,6 @@
         super(SharedContentPropertiesEditForm, self).updateWidgets(prefix)
         if 'short_name' in self.widgets:
             self.widgets['short_name'].set_mode(HIDDEN_MODE)
-        if 'description' in self.widgets:
-            self.widgets['description'].widget_css_class = 'textarea'
-        if 'notepad' in self.widgets:
-            self.widgets['notepad'].widget_css_class = 'textarea'
 
     def get_ajax_output(self, changes):
         updated = changes.get(IBaseContent, ())