project/kiwipycon/proceedings/forms.py
changeset 93 7c27e8d9231d
parent 86 cbe77a26e7a3
child 103 852015a7eead
--- a/project/kiwipycon/proceedings/forms.py	Thu Jan 14 21:07:03 2010 +0530
+++ b/project/kiwipycon/proceedings/forms.py	Fri Jan 15 20:15:00 2010 +0530
@@ -26,5 +26,10 @@
         "'Abstract' and other with a heading 'Body'.")
 
     authors = forms.CharField(
-        required=False, label=u'Author',
+        required=False, label=u'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.')