Moving last one: translation to new view
This commit is contained in:
@@ -62,7 +62,7 @@ class ShowAddTranslation(ClickMessage):
|
||||
def update_model(self, model):
|
||||
chosen_sense_or_example = self.get_arg(0)
|
||||
|
||||
translation = Translation.new_empty()
|
||||
translation = Translation()
|
||||
translation.make_copy()
|
||||
model.modal_set(lambda: modals.edit_translation(
|
||||
translation,
|
||||
|
||||
Reference in New Issue
Block a user