mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-08-12 20:49:41 +02:00
formatted for code readability
This commit is contained in:
parent
350557a7a6
commit
51e6a925da
1 changed files with 1 additions and 1 deletions
|
@ -121,7 +121,7 @@ class CheckUserProfileMiddleware:
|
||||||
return HttpResponseRedirect(new_setup_page)
|
return HttpResponseRedirect(new_setup_page)
|
||||||
else:
|
else:
|
||||||
# Process the view as normal
|
# Process the view as normal
|
||||||
return None
|
return None
|
||||||
|
|
||||||
|
|
||||||
class CheckPortfolioMiddleware:
|
class CheckPortfolioMiddleware:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue