mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-07-19 17:25:56 +02:00
linted
This commit is contained in:
parent
f91d838ba2
commit
db4919cc09
1 changed files with 1 additions and 1 deletions
|
@ -72,7 +72,7 @@ class PublicContact(TimeStampedModel):
|
|||
voice = models.CharField(null=False, help_text="Contact's phone number. Must be in ITU.E164.2005 format")
|
||||
fax = models.CharField(
|
||||
null=True,
|
||||
blank=True,
|
||||
blank=True,
|
||||
help_text="Contact's fax number (null ok). Must be in ITU.E164.2005 format.",
|
||||
)
|
||||
pw = models.CharField(null=False, help_text="Contact's authorization code. 16 characters minimum.")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue