project/kiwipycon/proceedings/forms.py
changeset 101 fb27be005a5c
parent 94 e86755df35da
child 103 852015a7eead
--- 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.')