diff -r 60f67ccee452 -r fb27be005a5c project/kiwipycon/proceedings/forms.py --- a/project/kiwipycon/proceedings/forms.py Tue May 11 03:51:25 2010 +0530 +++ b/project/kiwipycon/proceedings/forms.py Tue Jul 13 01:01:02 2010 +0530 @@ -27,4 +27,9 @@ authors = forms.CharField( required=False, label=u'Author(s)', - help_text=u'Comma separated list of User ID of the author(s).') + help_text=u'User ID of the author.') + + attachment = forms.FileField( + required=False, label=u'Attachments', + help_text=u'Attachments like images that must used in your paper ' + 'for rendering.')