This commit is contained in:
Sanj 2011-10-21 02:52:41 +01:00
parent 77d2154ca2
commit 469d69c2e9

View File

@ -126,7 +126,7 @@ class BestPracticeFAQ(ItfModel):
def list_dict(self): def list_dict(self):
return { return {
'id': self.id, 'id': self.id,
'question': self.question, 'title': self.question,
'answer': self.answer, 'answer': self.answer,
} }