]> git.parisson.com Git - teleforma.git/commitdiff
wait
authoryomguy <yomguy@parisson.com>
Mon, 3 Dec 2012 14:47:11 +0000 (15:47 +0100)
committeryomguy <yomguy@parisson.com>
Mon, 3 Dec 2012 14:47:11 +0000 (15:47 +0100)
teleforma/forms.py

index 26bc0e03c5ed811cfc1833bf00ef9fc04d590070..0f5fa0b7c8e0404207a07632f80445bdceb6e774 100644 (file)
@@ -17,5 +17,5 @@ class QuestionForm(ModelForm):
         # exclude = ['user', 'question', 'status', 'validated', 'date_submitted']
 
 
-AnswerFormset = inlineformset_factory(QuestionForm, Answer, extra=1)
+AnswerFormset = inlineformset_factory(QuestionForm, Answer, extra=1)