er, list_dict needs a title
This commit is contained in:
parent
a80d465ad0
commit
c0469a5f25
|
@ -230,7 +230,7 @@ class Glossary(ItfModel):
|
|||
def list_dict(self):
|
||||
return {
|
||||
'id': self.id,
|
||||
'term': self.term,
|
||||
'title': self.term,
|
||||
'definition': self.definition
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user