From a110702f75a2b3c25d80e2be4a6628fd536d86f8 Mon Sep 17 00:00:00 2001 From: yomguy Date: Mon, 3 Dec 2012 15:48:16 +0100 Subject: [PATCH] fix form --- teleforma/views/pro.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/teleforma/views/pro.py b/teleforma/views/pro.py index e4bd6b47..07969f7b 100644 --- a/teleforma/views/pro.py +++ b/teleforma/views/pro.py @@ -154,7 +154,7 @@ class SeminarsView(ListView): class AnswerCreateView(CreateView): - form_class = AnswerForm + form_class = QuestionForm template_name='teleforma/answer_form.html' def get_success_url(self): -- 2.39.5