clean up comments

This commit is contained in:
Rachid Mrad 2024-12-09 13:19:07 -05:00
parent 22585d2ab7
commit 9a55090fc3
No known key found for this signature in database
3 changed files with 3 additions and 13 deletions

View file

@ -108,6 +108,7 @@ def is_widescreen_mode(request):
"/no-organization-domains/",
"/domain-request/",
]
# widescreen_paths can be a bear as it trickles down sub-urls. exclude_paths gives us a way out.
exclude_paths = [
"/domains/edit",
]