app/soc/views/helper/widgets.py
changeset 1158 eefda5105ecd
parent 841 9dac40accd06
child 1228 b24796279fb9
--- a/app/soc/views/helper/widgets.py	Sun Feb 01 17:14:42 2009 +0000
+++ b/app/soc/views/helper/widgets.py	Sun Feb 01 17:21:46 2009 +0000
@@ -41,6 +41,7 @@
     """Render ReadOnlyInput widget as HTML.
     """
     attrs['readonly'] = 'readonly'
+    attrs['class'] = 'plaintext'
     return super(ReadOnlyInput, self).render(name, value, attrs)