mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-06-10 06:24:45 +02:00
added "(optional)" to instances of Street address 2 fields
This commit is contained in:
parent
7b9bbb9390
commit
3f1ac333f8
7 changed files with 10 additions and 10 deletions
|
@ -244,7 +244,7 @@ class OrganizationContactForm(RegistrarForm):
|
|||
)
|
||||
address_line2 = forms.CharField(
|
||||
required=False,
|
||||
label="Street address line 2",
|
||||
label="Street address line 2 (optional)",
|
||||
)
|
||||
city = forms.CharField(
|
||||
label="City",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue