adding (optional) text to anything else app page

This commit is contained in:
Kristina Yin 2023-11-28 18:30:53 -08:00
parent 3357696661
commit 1134b78100
No known key found for this signature in database
GPG key ID: 9BB3845BB3A21584
3 changed files with 3 additions and 3 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 we should know? (optional)",
widget=forms.Textarea(),
validators=[
MaxLengthValidator(