Fix bug with senior_official in django admin, add readonly

This commit is contained in:
zandercymatics 2024-08-09 13:40:16 -06:00
parent 3e992f9ec8
commit 2863e29d96
No known key found for this signature in database
GPG key ID: FF4636ABEC9682B7
3 changed files with 5 additions and 4 deletions

View file

@ -76,7 +76,7 @@ class PortfolioSeniorOfficialForm(forms.ModelForm):
"""
JOIN = "senior_official"
full_name = forms.CharField(label="Full name")
full_name = forms.CharField(label="Full name", required=False)
class Meta:
model = SeniorOfficial
fields = [