Added support for name attribute

This commit is contained in:
matic_t
2020-07-16 01:31:16 -07:00
parent a22490c0fc
commit 6f9142b046
4 changed files with 46 additions and 30 deletions

View File

@@ -102,7 +102,7 @@ def edit_variants(entry):
def edit_homonymy(entry):
console.log(entry)
hget = lambda: entry.copy().homonymy
content = generic_list_editor("Homonymy", hget)
content = homonymy_editor("Homonymy", hget)
return modal_template(content, "Add or remove homonymy features", (message.EditHomonymy,), (message.DeleteHomonymy,))