diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2025-03-03 16:29:01 +0100 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2025-03-03 16:29:01 +0100 |
commit | 245da22e8ce001c345b82772b7599885e753bacf (patch) | |
tree | 29371118ea7d89bb8d841720352f6855e72b8174 | |
parent | b50d1c6ccb9c304484fe346b1ddfcab2465b3661 (diff) | |
download | Ishtar-245da22e8ce001c345b82772b7599885e753bacf.tar.bz2 Ishtar-245da22e8ce001c345b82772b7599885e753bacf.zip |
🐛 redirect to sheet ishtaruser after account edition
-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 60d581229..df834ac21 100644 --- a/ishtar_common/wizards.py +++ b/ishtar_common/wizards.py @@ -2208,7 +2208,7 @@ class AccountWizard(Wizard): res = render( self.request, self.wizard_done_template, - {"wizard_done_window": str(self.wizard_done_window), "item": person}, + {"wizard_done_window": str(self.wizard_done_window), "item": account}, ) return res |