From db40ae475032a4cb13f6fbc542d0bb4fb28874fe Mon Sep 17 00:00:00 2001 From: Cefin Date: Mon, 6 Dec 2021 12:05:02 +0000 Subject: rapid action on person record add account #5216 part three --- ishtar_common/views.py | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'ishtar_common/views.py') diff --git a/ishtar_common/views.py b/ishtar_common/views.py index fb51445f2..ee7fc1ee7 100644 --- a/ishtar_common/views.py +++ b/ishtar_common/views.py @@ -308,7 +308,11 @@ account_management_wizard = wizards.AccountWizard.as_view( ) account_creation_wizard = wizards.AccountWizard.as_view( - account_wizard_steps, + [ + ("account-account_management", forms.AccountForm), + ("profile-account_management", forms.ProfileFormset), + ("final-account_management", forms.FinalAccountForm), + ], label=_("Account creation"), url_name="account_creation", ) -- cgit v1.2.3