event/forms.py
changeset 85 451be7b1de20
parent 63 21cdadb1b98e
child 86 404e9c1b8cff
--- a/event/forms.py	Thu Jul 01 16:44:17 2010 +0530
+++ b/event/forms.py	Thu Jul 01 16:55:22 2010 +0530
@@ -30,3 +30,8 @@
     def clean_topics(self):
 
         return self.cleaned_data["topics"]
+
+class EditQuestionForm(forms.ModelForm):
+
+    class Meta:
+        model = QuestionBank