mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-08-26 19:13:52 +02:00
make userportfoliopermission editable again
also removed help text
This commit is contained in:
parent
d6542f18b1
commit
7b2b4f0401
5 changed files with 49 additions and 22 deletions
|
@ -41,7 +41,6 @@ class Portfolio(TimeStampedModel):
|
|||
choices=OrganizationChoices.choices,
|
||||
null=True,
|
||||
blank=True,
|
||||
help_text="Type of organization",
|
||||
)
|
||||
|
||||
notes = models.TextField(
|
||||
|
@ -52,7 +51,6 @@ class Portfolio(TimeStampedModel):
|
|||
federal_agency = models.ForeignKey(
|
||||
"registrar.FederalAgency",
|
||||
on_delete=models.PROTECT,
|
||||
help_text="Associated federal agency",
|
||||
unique=False,
|
||||
default=FederalAgency.get_non_federal_agency,
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue