mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-07-25 12:08:40 +02:00
Add unit test and lint
This commit is contained in:
parent
0edc848473
commit
ac4b657dbb
2 changed files with 85 additions and 1 deletions
|
@ -99,4 +99,4 @@ class FinishSetupProfileForm(UserProfileForm):
|
|||
self.fields["full_name"].initial = full_name
|
||||
|
||||
# Set full_name as required for styling purposes
|
||||
self.fields["full_name"].widget.attrs['required'] = 'required'
|
||||
self.fields["full_name"].widget.attrs["required"] = "required"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue