mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-07-13 06:28:24 +02:00
Update domain_request.py
This commit is contained in:
parent
36e2e6cc31
commit
878b22232e
1 changed files with 1 additions and 1 deletions
|
@ -96,7 +96,7 @@ class DomainRequestWizard(DomainRequestWizardPermissionView, TemplateView):
|
||||||
Step.ABOUT_YOUR_ORGANIZATION: lambda w: w.from_model("show_about_your_organization", False),
|
Step.ABOUT_YOUR_ORGANIZATION: lambda w: w.from_model("show_about_your_organization", False),
|
||||||
}
|
}
|
||||||
|
|
||||||
PORTFOLIO_WIZARD_CONDITIONS = {}
|
PORTFOLIO_WIZARD_CONDITIONS = {} # type: ignore
|
||||||
# endregion
|
# endregion
|
||||||
|
|
||||||
# region: Unlocking steps
|
# region: Unlocking steps
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue