project/kiwipycon/talk/forms.py
changeset 7 ac5a1c60c2bc
parent 1 fda1c66b25f9
child 11 ccd48e1468bd
--- a/project/kiwipycon/talk/forms.py	Fri Oct 30 16:09:59 2009 +0530
+++ b/project/kiwipycon/talk/forms.py	Thu Nov 05 03:01:40 2009 +0530
@@ -48,7 +48,7 @@
         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')
-    audience = forms.ChoiceField(choices=AUDIENCE_CHOICES, label=u'Itended audience',
+    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',
 #        help_text=u'Description of intended audience (ie. Discordians)',