summaryrefslogtreecommitdiff
path: root/ishtar_common/views.py
diff options
context:
space:
mode:
Diffstat (limited to 'ishtar_common/views.py')
-rw-r--r--ishtar_common/views.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/ishtar_common/views.py b/ishtar_common/views.py
index 863722ac8..2023df305 100644
--- a/ishtar_common/views.py
+++ b/ishtar_common/views.py
@@ -193,6 +193,7 @@ organization_deletion_wizard = wizards.OrganizationDeletionWizard.as_view(
account_wizard_steps = [
('selec-account_management', forms.PersonUserFormSelection),
('account-account_management', forms.AccountForm),
+ ('profile-account_management', forms.ProfileFormset),
('final-account_management', forms.FinalAccountForm)]
account_management_wizard = wizards.AccountWizard.as_view(