mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-08-25 18:43:49 +02:00
cleanup
This commit is contained in:
parent
ba170c30e1
commit
d48c140177
2 changed files with 1 additions and 4 deletions
|
@ -107,8 +107,6 @@ def is_widescreen_mode(request):
|
||||||
"/no-organization-requests/",
|
"/no-organization-requests/",
|
||||||
"/no-organization-domains/",
|
"/no-organization-domains/",
|
||||||
"/domain-request/",
|
"/domain-request/",
|
||||||
# "/members/",
|
|
||||||
# "/member/"
|
|
||||||
]
|
]
|
||||||
# widescreen_paths can be a bear as it trickles down sub-urls. exclude_paths gives us a way out.
|
# widescreen_paths can be a bear as it trickles down sub-urls. exclude_paths gives us a way out.
|
||||||
exclude_paths = [
|
exclude_paths = [
|
||||||
|
|
|
@ -6,13 +6,12 @@ from django.core.validators import RegexValidator
|
||||||
from django.core.validators import MaxLengthValidator
|
from django.core.validators import MaxLengthValidator
|
||||||
from django.utils.safestring import mark_safe
|
from django.utils.safestring import mark_safe
|
||||||
from registrar.models import (
|
from registrar.models import (
|
||||||
|
PortfolioInvitation,
|
||||||
UserPortfolioPermission,
|
UserPortfolioPermission,
|
||||||
DomainInformation,
|
DomainInformation,
|
||||||
Portfolio,
|
Portfolio,
|
||||||
SeniorOfficial,
|
SeniorOfficial,
|
||||||
User,
|
|
||||||
)
|
)
|
||||||
from registrar.models.portfolio_invitation import PortfolioInvitation
|
|
||||||
from registrar.models.utility.portfolio_helper import UserPortfolioPermissionChoices, UserPortfolioRoleChoices
|
from registrar.models.utility.portfolio_helper import UserPortfolioPermissionChoices, UserPortfolioRoleChoices
|
||||||
|
|
||||||
logger = logging.getLogger(__name__)
|
logger = logging.getLogger(__name__)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue