mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-07-28 21:46:33 +02:00
Linting and fix existing unit test
This commit is contained in:
parent
2863e29d96
commit
4be1e3e29e
5 changed files with 11 additions and 42 deletions
|
@ -77,6 +77,7 @@ class PortfolioSeniorOfficialForm(forms.ModelForm):
|
|||
|
||||
JOIN = "senior_official"
|
||||
full_name = forms.CharField(label="Full name", required=False)
|
||||
|
||||
class Meta:
|
||||
model = SeniorOfficial
|
||||
fields = [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue