diff -r 6bb24e2e6d9c -r ccd48e1468bd project/kiwipycon/talk/forms.py --- 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,