From dfd66ef86ac4ffc29102d318b3c12d2a00bcec88 Mon Sep 17 00:00:00 2001 From: zandercymatics <141044360+zandercymatics@users.noreply.github.com> Date: Fri, 2 Aug 2024 08:37:08 -0600 Subject: [PATCH] Update portfolios.py --- src/registrar/views/portfolios.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/registrar/views/portfolios.py b/src/registrar/views/portfolios.py index c46f30080..1f2c15d26 100644 --- a/src/registrar/views/portfolios.py +++ b/src/registrar/views/portfolios.py @@ -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: