trying a different approach

This commit is contained in:
Kristina Yin 2023-11-27 16:14:26 -08:00
parent 4c7cdf323f
commit 81b7bac482
No known key found for this signature in database
GPG key ID: 9BB3845BB3A21584
3 changed files with 29 additions and 47 deletions

View file

@ -170,7 +170,7 @@ class TribalGovernmentForm(RegistrarForm):
)
tribe_name = forms.CharField(
label="What is the name of the tribe you represent? ",
label="What is the name of the tribe you represent?",
error_messages={"required": "Enter the tribe you represent."},
)