mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-08-03 00:12:16 +02:00
lint
This commit is contained in:
parent
58db599d60
commit
dea3efc9c7
1 changed files with 1 additions and 3 deletions
|
@ -152,9 +152,7 @@ class CheckPortfolioMiddleware:
|
|||
portfolio_redirect = reverse("portfolio-domains", kwargs={"portfolio_id": portfolio.id})
|
||||
else:
|
||||
# View organization is the lowest access
|
||||
portfolio_redirect = reverse(
|
||||
"portfolio-organization", kwargs={"portfolio_id": portfolio.id}
|
||||
)
|
||||
portfolio_redirect = reverse("portfolio-organization", kwargs={"portfolio_id": portfolio.id})
|
||||
|
||||
return HttpResponseRedirect(portfolio_redirect)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue