mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-07-28 05:26:28 +02:00
formatted code for readability
This commit is contained in:
parent
616bdf2584
commit
da96454365
3 changed files with 7 additions and 7 deletions
|
@ -21,8 +21,8 @@ class PortfolioOrgAddressForm(forms.ModelForm):
|
|||
)
|
||||
],
|
||||
error_messages={
|
||||
'required': "Enter a 5-digit or 9-digit zip code, like 12345 or 12345-6789.",
|
||||
}
|
||||
"required": "Enter a 5-digit or 9-digit zip code, like 12345 or 12345-6789.",
|
||||
},
|
||||
)
|
||||
|
||||
class Meta:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue