diff options
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 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) |