mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-07-23 03:06:01 +02:00
Axe all Key data components except in model
This commit is contained in:
parent
5eb2591e2b
commit
bbd3feaeec
14 changed files with 28 additions and 608 deletions
|
@ -100,11 +100,6 @@ urlpatterns = [
|
|||
views.DomainDsDataView.as_view(),
|
||||
name="domain-dns-dnssec-dsdata",
|
||||
),
|
||||
path(
|
||||
"domain/<int:pk>/dns/dnssec/keydata",
|
||||
views.DomainKeyDataView.as_view(),
|
||||
name="domain-dns-dnssec-keydata",
|
||||
),
|
||||
path(
|
||||
"domain/<int:pk>/your-contact-information",
|
||||
views.DomainYourContactInformationView.as_view(),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue