Merge remote-tracking branch 'origin/main' into nl/2300-Senior-Official-Table

This commit is contained in:
CocoByte 2024-06-20 15:15:41 -06:00
commit 1120e3f758
No known key found for this signature in database
GPG key ID: BBFAA2526384C97F
3 changed files with 78 additions and 11 deletions

View file

@ -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}"