Skip to content

Commit

Permalink
Pass our "extra" form dict in, not just the one value
Browse files Browse the repository at this point in the history
  • Loading branch information
mrchrisadams committed May 29, 2024
1 parent 368bfca commit 51a8c49
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions apps/accounts/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -721,10 +721,10 @@ def _network_footprint_initial_data(hosting_provider: Hostingprovider):
],
}
if hp_provider_request:
network_dict["missing_network_explanation"] = (
hp_provider_request.missing_network_explanation
)

network_dict["extra"] = {
"network_import_required": hp_provider_request.network_import_required,
"missing_network_explanation": hp_provider_request.missing_network_explanation,
}
return network_dict

try:
Expand Down

0 comments on commit 51a8c49

Please sign in to comment.