Modify domain request wizard to show portfolio views

This commit is contained in:
zandercymatics 2024-10-03 11:16:35 -06:00
parent 2f009ee15c
commit f1ab40a3a0
No known key found for this signature in database
GPG key ID: FF4636ABEC9682B7
7 changed files with 139 additions and 43 deletions

View file

@ -21,6 +21,15 @@ from registrar.utility.constants import BranchChoices
logger = logging.getLogger(__name__)
class RequestingEntityForm(RegistrarForm):
is_policy_acknowledged = forms.BooleanField(
label="I read and agree to the requirements for operating a .gov domain.",
error_messages={
"required": ("Check the box if you read and agree to the requirements for operating a .gov domain.")
},
)
class OrganizationTypeForm(RegistrarForm):
generic_org_type = forms.ChoiceField(
# use the long names in the domain request form