From 245da22e8ce001c345b82772b7599885e753bacf Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Mon, 3 Mar 2025 16:29:01 +0100 Subject: 🐛 redirect to sheet ishtaruser after account edition MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ishtar_common/wizards.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ishtar_common/wizards.py') 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 -- cgit v1.2.3