finally the view is complete anoop
authornishanth
Sat, 17 Jul 2010 01:58:34 +0530
branchanoop
changeset 133 38b7bad92b5b
parent 132 b8e5390e7920
child 134 1250e5545240
finally the view is complete
sdi/forms.py
--- a/sdi/forms.py	Sat Jul 17 01:55:52 2010 +0530
+++ b/sdi/forms.py	Sat Jul 17 01:58:34 2010 +0530
@@ -183,7 +183,7 @@
 
 class ParticipantInfoForm(forms.Form):
 
-    has_laptop_for_sagedays = forms.ChoiceField(choices=(("Yes","Yes"), ("No", "No"))
+    has_laptop_for_sagedays = forms.ChoiceField(choices=(("Yes","Yes"), ("No", "No")))
     sprinted_already = forms.ChoiceField(choices=(("Yes","Yes"), ("No", "No")))
     will_sprint = forms.ChoiceField(choices=SPRINT_CHOICES)