mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-07-28 13:36:30 +02:00
strip out extra spaces in html css class if/else statements. Add member page is left-justified.
This commit is contained in:
parent
fde44c246c
commit
0ca3a1bfa9
35 changed files with 58 additions and 57 deletions
|
@ -117,6 +117,7 @@ def is_widescreen_centered(request):
|
|||
]
|
||||
exclude_paths = [
|
||||
"/domains/edit",
|
||||
"members/new-member/",
|
||||
]
|
||||
|
||||
is_excluded = any(exclude_path in request.path for exclude_path in exclude_paths)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue