diff -r 3743275f7291 -r e86755df35da project/kiwipycon/proceedings/forms.py --- a/project/kiwipycon/proceedings/forms.py Thu Jan 14 21:07:03 2010 +0530 +++ b/project/kiwipycon/proceedings/forms.py Thu Apr 01 11:59:35 2010 +0530 @@ -26,5 +26,5 @@ "'Abstract' and other with a heading 'Body'.") authors = forms.CharField( - required=False, label=u'Author', - help_text=u'User ID of the author.') + required=False, label=u'Author(s)', + help_text=u'Comma separated list of User ID of the author(s).')