taskapp/forms/task.py
changeset 91 1b5ad4b7c40e
parent 90 b2426897ff18
child 92 c99f09bebe56
--- a/taskapp/forms/task.py	Thu Feb 25 03:47:23 2010 +0530
+++ b/taskapp/forms/task.py	Thu Feb 25 04:01:11 2010 +0530
@@ -20,7 +20,7 @@
         model = Claim
         fields = ['message']
 
-def AssignTaskForm(choices, instance=None):
+def ChoiceForm(choices, instance=None):
     """ return a form object with appropriate choices """
     
     class myform(forms.Form):