mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-08-06 01:35:22 +02:00
cleanup
This commit is contained in:
parent
59b8962eee
commit
1a0bd062d4
3 changed files with 1 additions and 11 deletions
|
@ -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(),
|
||||
|
|
|
@ -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,
|
||||
|
|
|
@ -1,4 +0,0 @@
|
|||
{% comment %} Will be used in #2354 {% endcomment %}
|
||||
<div class="usa-combo-box">
|
||||
{% include "django/forms/widgets/select.html" %}
|
||||
</div>
|
Loading…
Add table
Add a link
Reference in a new issue