mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-07-25 03:58:39 +02:00
Add full_name
This commit is contained in:
parent
364e38792c
commit
e5427aadf7
2 changed files with 8 additions and 9 deletions
|
@ -84,5 +84,4 @@ class FinishSetupProfileForm(UserProfileForm):
|
|||
self.fields["title"].label = "Title or role in your organization"
|
||||
|
||||
# Define the "full_name" value
|
||||
if self.instance and hasattr(self.instance, 'full_name'):
|
||||
self.fields["full_name"].initial = self.instance.get_formatted_name()
|
||||
self.fields["full_name"].initial = self.instance.get_formatted_name()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue