forgot comma

This commit is contained in:
Kristina Yin 2023-11-21 18:34:33 -08:00
parent b3be667183
commit eaaf8e16d4
No known key found for this signature in database
GPG key ID: 9BB3845BB3A21584

View file

@ -170,9 +170,9 @@ class TribalGovernmentForm(RegistrarForm):
) )
tribe_name = forms.CharField( 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="*", label2="*",
label={label1+label2} label={label1+label2},
error_messages={"required": "Enter the tribe you represent."}, error_messages={"required": "Enter the tribe you represent."},
) )