definitionList UI support

This commit is contained in:
matic_t
2020-10-30 05:39:54 -07:00
parent 30d0709781
commit 30cad4ab23
2 changed files with 2 additions and 1 deletions

View File

@@ -135,6 +135,7 @@ def edit_sense_definition(sense):
explanation = x.value
if indicator is not "":
break
content = sense_definitions_editor(indicator, explanation)
return modal_template(content, "Definicije pomena", (message.EditSenseDefinition, sense))