project/scipycon/registration/forms.py
branch2011
changeset 389 fe49720e67bf
parent 318 6963bc54d5c2
child 394 9f2a90e36386
equal deleted inserted replaced
385:0e1fcd57f95d 389:fe49720e67bf
    33         'faster correspondence', max_length=14,
    33         'faster correspondence', max_length=14,
    34         widget=forms.TextInput(attrs={'size':'20'}))
    34         widget=forms.TextInput(attrs={'size':'20'}))
    35     allow_contact = forms.BooleanField(required=False, label=u'Contact',
    35     allow_contact = forms.BooleanField(required=False, label=u'Contact',
    36         help_text=u'May organizers of SciPy.in contact you after the event?')
    36         help_text=u'May organizers of SciPy.in contact you after the event?')
    37     conference = forms.BooleanField(required=False, label=u'Conference',
    37     conference = forms.BooleanField(required=False, label=u'Conference',
    38         help_text=u"""Do you intend to attend SciPy.in 2010 conference?""")
    38         help_text=u"""Do you intend to attend SciPy.in 2011 conference?""")
    39     tutorial = forms.BooleanField(required=False, label=u'Tutorial',
    39     tutorial = forms.BooleanField(required=False, label=u'Tutorial',
    40         help_text=u'Do you intend to attend the tutorials?')
    40         help_text=u'Do you intend to attend the tutorials?')
    41     sprint = forms.BooleanField(required=False, label=u'Sprint',
    41     sprint = forms.BooleanField(required=False, label=u'Sprint',
    42         help_text=u'Do you intend to attend the sprints?')
    42         help_text=u'Do you intend to attend the sprints?')
    43 
    43