mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-07-30 06:26:34 +02:00
Add Wide screen mode
This commit is contained in:
parent
6ead9a21d1
commit
14eaf29e8a
1 changed files with 1 additions and 1 deletions
|
@ -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 == "/"}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue