changing anything else page

This commit is contained in:
Kristina Yin 2023-11-29 11:10:18 -08:00
parent 7cd037999e
commit fa72f413ab
No known key found for this signature in database
GPG key ID: 9BB3845BB3A21584
10 changed files with 12 additions and 34 deletions

View file

@ -620,7 +620,7 @@ class NoOtherContactsForm(RegistrarForm):
class AnythingElseForm(RegistrarForm):
anything_else = forms.CharField(
required=False,
label="Anything else we should know?",
label="Anything else?",
widget=forms.Textarea(),
validators=[
MaxLengthValidator(