added "(optional)" to instances of Middle name fields

This commit is contained in:
Kristina Yin 2023-11-17 15:10:27 -08:00
parent 3f1ac333f8
commit 78aa477719
No known key found for this signature in database
GPG key ID: 9BB3845BB3A21584
5 changed files with 7 additions and 7 deletions

View file

@ -83,7 +83,7 @@ class TransitionDomain(TimeStampedModel):
middle_name = models.TextField(
null=True,
blank=True,
help_text="Middle name",
help_text="Middle name (optional)",
)
last_name = models.TextField(
null=True,