mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-08-06 01:35:22 +02:00
Add spacing for linter
This commit is contained in:
parent
08c16a7ad3
commit
e827314f78
1 changed files with 2 additions and 0 deletions
|
@ -30,8 +30,10 @@ class PortfolioDomainRequestsView(PortfolioDomainRequestsPermissionView, View):
|
|||
template_name = "portfolio_requests.html"
|
||||
|
||||
def get(self, request):
|
||||
|
||||
if self.request.user.is_authenticated:
|
||||
request.session["new_request"] = True
|
||||
|
||||
return render(request, "portfolio_requests.html")
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue