Make senior official readonly

This commit is contained in:
zandercymatics 2024-09-26 09:49:14 -06:00
parent 2430d3ecf6
commit 02bf9c4781
No known key found for this signature in database
GPG key ID: FF4636ABEC9682B7
4 changed files with 51 additions and 24 deletions

View file

@ -61,6 +61,7 @@ class Portfolio(TimeStampedModel):
unique=False,
null=True,
blank=True,
related_name="portfolios",
)
address_line1 = models.CharField(