Hide content in navbar

This commit is contained in:
zandercymatics 2024-10-03 12:27:51 -06:00
parent b08c7e1478
commit eef82382ae
No known key found for this signature in database
GPG key ID: FF4636ABEC9682B7
7 changed files with 40 additions and 19 deletions

View file

@ -22,11 +22,9 @@ 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.")
},
organization_name = forms.CharField(
label="Organization name",
error_messages={"required": "Enter the name of your organization."},
)