app/soc/models/student_proposal.py
changeset 1788 f7665077a54f
parent 1779 cdd11aa8dbc7
child 1837 27428cd5b98f
--- a/app/soc/models/student_proposal.py	Tue Mar 10 19:09:12 2009 +0000
+++ b/app/soc/models/student_proposal.py	Tue Mar 10 21:08:30 2009 +0000
@@ -48,7 +48,7 @@
 
   #: required, text field used for different purposes,
   #: depending on the specific type of the proposal
-  abstract = db.StringProperty(required=True, multiline=True)
+  abstract = db.TextProperty(required=True)
   abstract.help_text = ugettext(
       'short abstract, summary, or snippet;'
       ' 500 characters or less, plain text displayed publicly')