project/kiwipycon/proceedings/forms.py
changeset 93 7c27e8d9231d
parent 86 cbe77a26e7a3
child 103 852015a7eead
equal deleted inserted replaced
92:3743275f7291 93:7c27e8d9231d
    24         required=False, label=u'reStructuredText file',
    24         required=False, label=u'reStructuredText file',
    25         help_text=u'The file should contain two sections, one with a heading '
    25         help_text=u'The file should contain two sections, one with a heading '
    26         "'Abstract' and other with a heading 'Body'.")
    26         "'Abstract' and other with a heading 'Body'.")
    27 
    27 
    28     authors = forms.CharField(
    28     authors = forms.CharField(
    29         required=False, label=u'Author',
    29         required=False, label=u'Author(s)',
    30         help_text=u'User ID of the author.')
    30         help_text=u'User ID of the author.')
       
    31 
       
    32     attachment = forms.FileField(
       
    33         required=False, label=u'Attachments',
       
    34         help_text=u'Attachments like images that must used in your paper '
       
    35         'for rendering.')