mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-06-11 23:14:49 +02:00
parent
d6c7b225f5
commit
5b069e60d3
3 changed files with 7 additions and 7 deletions
|
@ -159,17 +159,17 @@ class OrganizationTypeForm(RegistrarForm):
|
|||
|
||||
class TribalGovernmentForm(RegistrarForm):
|
||||
federally_recognized_tribe = forms.BooleanField(
|
||||
label="Our organization is a federally-recognized tribe. ",
|
||||
label="Federally-recognized tribe ",
|
||||
required=False,
|
||||
)
|
||||
|
||||
state_recognized_tribe = forms.BooleanField(
|
||||
label="Our organization is a state-recognized tribe ",
|
||||
label="State-recognized tribe ",
|
||||
required=False,
|
||||
)
|
||||
|
||||
tribe_name = forms.CharField(
|
||||
label="Enter the tribe that you represent",
|
||||
label="What is the name of the tribe you represent?",
|
||||
error_messages={"required": "Enter the tribe you represent."},
|
||||
)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue