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):
|
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…
Reference in New Issue
Block a user