uh
This commit is contained in:
parent
77d2154ca2
commit
469d69c2e9
|
@ -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,
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user