mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-06-10 22:44:47 +02:00
Fix linting errors
This commit is contained in:
parent
1211ba163d
commit
2abffa1541
2 changed files with 15 additions and 7 deletions
|
@ -329,7 +329,7 @@ class ApplicationWizard(LoginRequiredMixin, NamedUrlSessionWizardView):
|
|||
# organization type information
|
||||
organization_type_data = form_dict["organization_type"].cleaned_data
|
||||
application.organization_type = organization_type_data["organization_type"]
|
||||
|
||||
|
||||
# federal branch information
|
||||
federal_branch_data = form_dict["organization_federal"].cleaned_data
|
||||
application.federal_type = federal_branch_data["federal_type"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue