project/kiwipycon/proceedings/forms.py
changeset 93 e86755df35da
parent 86 cbe77a26e7a3
--- 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).')