project/kiwipycon/talk/forms.py
changeset 11 ccd48e1468bd
parent 7 ac5a1c60c2bc
--- a/project/kiwipycon/talk/forms.py	Thu Nov 05 03:48:50 2009 +0530
+++ b/project/kiwipycon/talk/forms.py	Thu Nov 05 13:54:57 2009 +0530
@@ -31,7 +31,7 @@
         max_length=1024,
         widget=forms.TextInput(attrs={'size':'50'}))
     abstract = forms.CharField(widget=forms.Textarea, required=True,
-        help_text=u'Summary of proposed presentation (around 30 words)')
+        help_text=u'Summary of proposed presentation (In 300-700 words)')
 #    outline = forms.CharField(widget=forms.Textarea, required=True,
 #        help_text=u'Outline of proposed presentation (around 200 words)')
 #    topic = forms.ChoiceField(choices=TOPIC_CHOICES,