er, list_dict needs a title
This commit is contained in:
parent
a80d465ad0
commit
c0469a5f25
1 changed files with 1 additions and 1 deletions
|
@ -230,7 +230,7 @@ class Glossary(ItfModel):
|
||||||
def list_dict(self):
|
def list_dict(self):
|
||||||
return {
|
return {
|
||||||
'id': self.id,
|
'id': self.id,
|
||||||
'term': self.term,
|
'title': self.term,
|
||||||
'definition': self.definition
|
'definition': self.definition
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue