mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-07-21 18:25:58 +02:00
Merge remote-tracking branch 'origin/main' into nl/2300-Senior-Official-Table
This commit is contained in:
commit
1120e3f758
3 changed files with 78 additions and 11 deletions
|
@ -105,3 +105,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