upsy daisys

This commit is contained in:
matic_t
2020-07-16 03:46:48 -07:00
parent b010414bfe
commit 9c007f6dd6
4 changed files with 9 additions and 6 deletions

View File

@@ -96,7 +96,7 @@ class Entry(Data):
if len(self.homonymy) == 0:
view_buttons.append(buttons[4])
else:
view_table.append((buttons[4], ", ".join(h.value for h in self.homonymy)))
view_table.append((buttons[4], ", ".join((h["name"] + ": " + h.value) for h in self.homonymy)))
if len(self.related_entries) == 0:
view_buttons.append(buttons[1])