mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-05-28 16:29:54 +02:00
minor bug fixes
This commit is contained in:
parent
46bf21b8d9
commit
f2264abe25
5 changed files with 22 additions and 9 deletions
|
@ -152,6 +152,6 @@ class PublicContact(TimeStampedModel):
|
|||
def __str__(self):
|
||||
return (
|
||||
f"{self.name} <{self.email}>"
|
||||
"id: {self.registry_id} "
|
||||
"type: {self.contact_type}"
|
||||
f"id: {self.registry_id} "
|
||||
f"type: {self.contact_type}"
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue