mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-07-29 22:16:33 +02:00
Fix bug with load senior official table
This commit is contained in:
parent
a9a93df5cd
commit
3837359977
2 changed files with 7 additions and 10 deletions
|
@ -106,6 +106,6 @@ class PortfolioSeniorOfficialForm(forms.ModelForm):
|
|||
super().__init__(*args, **kwargs)
|
||||
for field_name in self.required:
|
||||
self.fields[field_name].required = True
|
||||
|
||||
|
||||
if self.instance:
|
||||
self.fields["full_name"].initial = self.instance.get_formatted_name()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue