Return ul rather than a list, fix bug

This commit is contained in:
zandercymatics 2024-08-14 14:39:08 -06:00
parent 273cf91f76
commit 1b2b6e784e
No known key found for this signature in database
GPG key ID: FF4636ABEC9682B7
4 changed files with 28 additions and 20 deletions

View file

@ -31,7 +31,6 @@ class Portfolio(TimeStampedModel):
unique=False,
)
# Q for reviewers: shouldn't this be a required field?
organization_name = models.CharField(
null=True,
blank=True,