project/kiwipycon/proceedings/forms.py
changeset 101 fb27be005a5c
parent 94 e86755df35da
child 103 852015a7eead
equal deleted inserted replaced
100:60f67ccee452 101:fb27be005a5c
    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(s)',
    29         required=False, label=u'Author(s)',
    30         help_text=u'Comma separated list of User ID of the author(s).')
    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.')