Should be finished v3

This commit is contained in:
matic_t 2020-10-05 08:18:53 -07:00
parent 5f26dd6034
commit fe3b3dfb0c

View File

@ -138,7 +138,7 @@ def do_chosen_examples(example_list, model, multiword_example):
else:
return modal_template([
h("button.shyButton", {"on": {"click": (lambda: move_to_view(example_list, model))}}, "Premakni v pomen"),
h("button.shyButton", {"on": {"click": (lambda: export_to_new_entry())}},
h("button.shyButton", {"on": {"click": (lambda: export_to_new_entry(multiword_example, example_list))}},
"Izvozi v novo geslo")], "Izberite željeno akcijo", None)