adding of multiword examples, still some cleanup to do.
This commit is contained in:
@@ -89,7 +89,8 @@ def edit_example(example, sense):
|
||||
h("div.three-fifth", {}, middle),
|
||||
h("div.one-fifth", {}, list_of_right_buttons(idx, component))]))
|
||||
|
||||
return modal_template(divs, "Edit Example", (message.EditExampleText, example_original))
|
||||
return modal_template(divs, "Edit Example",
|
||||
(message.EditExampleText, example_original, sense))
|
||||
|
||||
|
||||
def edit_variants(entry):
|
||||
|
||||
Reference in New Issue
Block a user