mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-07-24 19:48:36 +02:00
Update portfolios.py
This commit is contained in:
parent
a4f1170349
commit
dfd66ef86a
1 changed files with 1 additions and 0 deletions
|
@ -20,6 +20,7 @@ logger = logging.getLogger(__name__)
|
|||
class PortfolioDomainsView(PortfolioDomainsPermissionView, View):
|
||||
|
||||
template_name = "portfolio_domains.html"
|
||||
|
||||
def get(self, request):
|
||||
context = {}
|
||||
if self.request.user.is_authenticated:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue