mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-07-12 14:08:28 +02:00
Added portfolio to admin frontend for domain_request and domain_information
This commit is contained in:
parent
a8229cd7ca
commit
97139076ae
2 changed files with 5 additions and 1 deletions
|
@ -97,3 +97,6 @@ class Portfolio(TimeStampedModel):
|
|||
verbose_name="security contact e-mail",
|
||||
max_length=320,
|
||||
)
|
||||
|
||||
def __str__(self) -> str:
|
||||
return f"{self.organization_name}"
|
Loading…
Add table
Add a link
Reference in a new issue