project/kiwipycon/proceedings/forms.py
changeset 94 e86755df35da
parent 86 cbe77a26e7a3
child 101 fb27be005a5c
equal deleted inserted replaced
92:3743275f7291 94:e86755df35da
    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'Comma separated list of User ID of the author(s).')