Skip to content

Commit

Permalink
Add Wide screen mode
Browse files Browse the repository at this point in the history
  • Loading branch information
zandercymatics committed Nov 8, 2024
1 parent 6ead9a2 commit 14eaf29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/registrar/context_processors.py
Original file line number Diff line number Diff line change
Expand Up @@ -97,5 +97,5 @@ def portfolio_permissions(request):


def is_widescreen_mode(request):
widescreen_paths = ["/domains/", "/requests/", "/members/"]
widescreen_paths = ["/domains/", "/requests/", "/members/", "/request/"]
return {"is_widescreen_mode": any(path in request.path for path in widescreen_paths) or request.path == "/"}

0 comments on commit 14eaf29

Please sign in to comment.