app/soc/views/helper/surveys.py
changeset 2530 d7a0ab3f1965
parent 2527 ce657149b90a
child 2533 941732c52b67
--- a/app/soc/views/helper/surveys.py	Sat Jul 04 14:22:02 2009 +0200
+++ b/app/soc/views/helper/surveys.py	Sat Jul 04 14:29:13 2009 +0200
@@ -681,10 +681,9 @@
     super(PickManyField, self).__init__(*args, **kwargs)
 
 
-class PickQuantField(forms.MultipleChoiceField):
-  """Stub for customizing the multiple choice field.
+class PickQuantField(forms.ChoiceField):
+  """Stub for customizing the choice field.
   """
-  #TODO(james): Ensure that more than one quant cannot be selected
 
   def __init__(self, *args, **kwargs):
     super(PickQuantField, self).__init__(*args, **kwargs)