app/soc/models/student_proposal.py
changeset 1568 cdbe6e86506c
parent 1421 7602d41f0ed8
child 1608 ddef5428d3c9
--- a/app/soc/models/student_proposal.py	Sat Feb 28 21:12:20 2009 +0000
+++ b/app/soc/models/student_proposal.py	Sat Feb 28 21:25:23 2009 +0000
@@ -50,7 +50,7 @@
       ' 500 characters or less, plain text displayed publicly')
 
   #: Required field containing the content of the proposal.
-  content = db.StringProperty(required=True, multiline=True)
+  content = db.TextProperty(required=True)
   content.help_text = ugettext(
       'This contains your actual proposal')