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

@ -543,7 +543,7 @@ class DomainApplication(TimeStampedModel):
anything_else = models.TextField(
null=True,
blank=True,
help_text="Anything else we should know?",
help_text="Anything else?",
)
is_policy_acknowledged = models.BooleanField(