diff -r 08af9e4ada78 -r 451be7b1de20 event/forms.py --- 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