mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-08-16 22:44:11 +02:00
Remove merge error
This commit is contained in:
parent
0a693c0468
commit
a166281cd2
1 changed files with 0 additions and 1 deletions
|
@ -68,7 +68,6 @@ class PublicContact(TimeStampedModel):
|
||||||
sp = models.CharField(null=False, help_text="Contact's state or province")
|
sp = models.CharField(null=False, help_text="Contact's state or province")
|
||||||
pc = models.CharField(null=False, help_text="Contact's postal code")
|
pc = models.CharField(null=False, help_text="Contact's postal code")
|
||||||
cc = models.CharField(null=False, help_text="Contact's country code")
|
cc = models.CharField(null=False, help_text="Contact's country code")
|
||||||
email = models.CharField(null=False, help_text="Contact's email address")
|
|
||||||
email = models.EmailField(null=False, help_text="Contact's email address")
|
email = models.EmailField(null=False, help_text="Contact's email address")
|
||||||
voice = models.CharField(null=False, help_text="Contact's phone number. Must be in ITU.E164.2005 format")
|
voice = models.CharField(null=False, help_text="Contact's phone number. Must be in ITU.E164.2005 format")
|
||||||
fax = models.CharField(
|
fax = models.CharField(
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue