mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-08-26 11:03:49 +02:00
Make senior official readonly
This commit is contained in:
parent
2430d3ecf6
commit
02bf9c4781
4 changed files with 51 additions and 24 deletions
|
@ -61,6 +61,7 @@ class Portfolio(TimeStampedModel):
|
|||
unique=False,
|
||||
null=True,
|
||||
blank=True,
|
||||
related_name="portfolios",
|
||||
)
|
||||
|
||||
address_line1 = models.CharField(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue