mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-08-04 17:01:56 +02:00
domain state transition needs to change
This commit is contained in:
parent
f38ed0d4df
commit
2963fd05d1
2 changed files with 50 additions and 24 deletions
|
@ -149,4 +149,4 @@ class PublicContact(TimeStampedModel):
|
|||
)
|
||||
|
||||
def __str__(self):
|
||||
return f"{self.name} <{self.email}>"
|
||||
return f"{self.name} <{self.email}> id: {self.registry_id}"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue