mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-08-03 00:12:16 +02:00
url confid for contact information
This commit is contained in:
parent
7cc16fbfd5
commit
23672f4265
2 changed files with 7 additions and 2 deletions
|
@ -84,7 +84,12 @@ urlpatterns = [
|
|||
name="domain-nameservers",
|
||||
),
|
||||
path(
|
||||
"domain/<int:pk>/securityemail",
|
||||
"domain/<int:pk>/contact-information",
|
||||
views.DomainSecurityEmailView.as_view(),
|
||||
name="domain-contact-information",
|
||||
),
|
||||
path(
|
||||
"domain/<int:pk>/security-email",
|
||||
views.DomainSecurityEmailView.as_view(),
|
||||
name="domain-security-email",
|
||||
),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue