mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-07-12 14:08:28 +02:00
Return ul rather than a list, fix bug
This commit is contained in:
parent
273cf91f76
commit
1b2b6e784e
4 changed files with 28 additions and 20 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue