diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2018-11-16 17:55:00 +0100 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2018-11-28 11:40:16 +0100 |
commit | 9a71511b55615c2b83d8dee18e1863391ab95654 (patch) | |
tree | e96f14eb96dd0c44aa0d5e5b8b4f9e8aa2cd110d /ishtar_common/wizards.py | |
parent | f1f226f2fd9e9c741c6d8b56f1f967821dd3336c (diff) | |
download | Ishtar-9a71511b55615c2b83d8dee18e1863391ab95654.tar.bz2 Ishtar-9a71511b55615c2b83d8dee18e1863391ab95654.zip |
Wizard: display selected on final wizard panel
Diffstat (limited to 'ishtar_common/wizards.py')
-rw-r--r-- | ishtar_common/wizards.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ishtar_common/wizards.py b/ishtar_common/wizards.py index a439cc014..7fd19f721 100644 --- a/ishtar_common/wizards.py +++ b/ishtar_common/wizards.py @@ -1181,7 +1181,7 @@ class Wizard(IshtarWizard): return vals def get_current_object(self): - """Get the current object for an instancied wizard""" + """Get the current object for an instanced wizard""" current_obj = None for key in self.main_item_select_keys: main_form_key = key + self.url_name |