strip out extra spaces in html css class if/else statements. Add member page is left-justified.

This commit is contained in:
CocoByte 2024-12-19 21:56:46 -07:00
parent fde44c246c
commit 0ca3a1bfa9
No known key found for this signature in database
GPG key ID: BBFAA2526384C97F
35 changed files with 58 additions and 57 deletions

View file

@ -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)