mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-06-09 22:14:43 +02:00
forgot comma
This commit is contained in:
parent
b3be667183
commit
eaaf8e16d4
1 changed files with 2 additions and 2 deletions
|
@ -170,9 +170,9 @@ class TribalGovernmentForm(RegistrarForm):
|
|||
)
|
||||
|
||||
tribe_name = forms.CharField(
|
||||
label1="What is the name of the tribe you represent? "
|
||||
label1="What is the name of the tribe you represent? ",
|
||||
label2="*",
|
||||
label={label1+label2}
|
||||
label={label1+label2},
|
||||
error_messages={"required": "Enter the tribe you represent."},
|
||||
)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue