mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-08-19 16:04:38 +02:00
Refactor JS addKebob and addModal
This commit is contained in:
parent
24d55f41bf
commit
0f6ab2b6e6
7 changed files with 82 additions and 184 deletions
|
@ -478,7 +478,6 @@ class User(AbstractUser):
|
|||
# Get the portfolio from the session using the existing method
|
||||
|
||||
portfolio = request.session.get("portfolio")
|
||||
print(f"Portfolio from session: {portfolio}")
|
||||
|
||||
if not portfolio:
|
||||
return 0 # No portfolio found
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue