This commit is contained in:
zandercymatics 2024-07-24 08:43:04 -06:00
parent 59b8962eee
commit 1a0bd062d4
No known key found for this signature in database
GPG key ID: FF4636ABEC9682B7
3 changed files with 1 additions and 11 deletions

View file

@ -182,12 +182,6 @@ urlpatterns = [
views.DomainOrgNameAddressView.as_view(),
name="domain-org-name-address",
),
# TODO - uncomment in #2352
# path(
# "domain/<int:pk>/suborganization",
# views.DomainSubOrganizationView.as_view(),
# name="domain-suborganization",
# ),
path(
"domain/<int:pk>/senior-official",
views.DomainSeniorOfficialView.as_view(),

View file

@ -16,7 +16,7 @@ from registrar.utility.errors import (
SecurityEmailErrorCodes,
)
from ..models import Contact, DomainInformation, Domain, User, Suborganization
from ..models import Contact, DomainInformation, Domain, User
from .common import (
ALGORITHM_CHOICES,
DIGEST_TYPE_CHOICES,

View file

@ -1,4 +0,0 @@
{% comment %} Will be used in #2354 {% endcomment %}
<div class="usa-combo-box">
{% include "django/forms/widgets/select.html" %}
</div>