# HG changeset patch # User Madhusudan.C.S # Date 1289816249 -19800 # Node ID 839dd1745ad29c43525c279fbe1e943a9a30160b # Parent 9649b07aa4c872e35fac2dcf29b5ad0133b22dd5 Fix style issues. diff -r 9649b07aa4c8 -r 839dd1745ad2 project/scipycon/registration/views.py --- a/project/scipycon/registration/views.py Mon Nov 15 15:46:51 2010 +0530 +++ b/project/scipycon/registration/views.py Mon Nov 15 15:47:29 2010 +0530 @@ -247,7 +247,7 @@ wifi = wifi_form.save(registrant, scope_entity) acco = acco_form.save(registrant, scope_entity) - send_confirmation(registrant, scope_entity,password=passwd) + send_confirmation(registrant, scope_entity, password=passwd) redirect_to = reverse('scipycon_registrations', kwargs={'scope': scope}) diff -r 9649b07aa4c8 -r 839dd1745ad2 project/scipycon/talk/forms.py --- a/project/scipycon/talk/forms.py Mon Nov 15 15:46:51 2010 +0530 +++ b/project/scipycon/talk/forms.py Mon Nov 15 15:47:29 2010 +0530 @@ -47,7 +47,7 @@ required=False, widget=forms.TextInput(attrs={'size':'50'})) duration = forms.ChoiceField(choices=DURATION_CHOICES, required=True, - label=u'Preferred timeslot', help_text=u'Select preferred time slot') + label=u'Preferred time slot', help_text=u'Select preferred time slot') audience = forms.ChoiceField(choices=AUDIENCE_CHOICES, label=u'Intended audience', help_text=u'Select one of the available options or enter other type of intended audience') # audience_other = forms.CharField(label=u'Other intended audience',