From acda9bb3d083f1b113323c87412e43b0292f180a Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Wed, 26 Feb 2025 14:35:36 +0100 Subject: 🐛 account: redirect to account sheet after save 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 25ec00733..a748a4b34 100644 --- a/ishtar_common/wizards.py +++ b/ishtar_common/wizards.py @@ -2055,7 +2055,7 @@ class OrganizationDeletionWizard(MultipleDeletionWizard): class AccountWizard(Wizard): model = models.Person formset_pop_deleted = False - wizard_done_window = reverse_lazy("show-person") + wizard_done_window = reverse_lazy("show-ishtaruser") def get_formated_datas(self, forms): datas = super(AccountWizard, self).get_formated_datas(forms) -- cgit v1.2.3