From 469d69c2e98a273baeea80a4d3bd65eea5ab130d Mon Sep 17 00:00:00 2001 From: Sanj Date: Fri, 21 Oct 2011 02:52:41 +0100 Subject: [PATCH] uh --- itf/bestpractices/models.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/itf/bestpractices/models.py b/itf/bestpractices/models.py index f3e2917..704adc8 100755 --- a/itf/bestpractices/models.py +++ b/itf/bestpractices/models.py @@ -126,7 +126,7 @@ class BestPracticeFAQ(ItfModel): def list_dict(self): return { 'id': self.id, - 'question': self.question, + 'title': self.question, 'answer': self.answer, }