mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-05-14 08:37:03 +02:00
Implement domain security email page with stubs for EPP
This commit is contained in:
parent
c3f1fcba27
commit
c01a0276e5
10 changed files with 143 additions and 3 deletions
|
@ -83,6 +83,11 @@ urlpatterns = [
|
|||
views.DomainNameserversView.as_view(),
|
||||
name="domain-nameservers",
|
||||
),
|
||||
path(
|
||||
"domain/<int:pk>/securityemail",
|
||||
views.DomainSecurityEmailView.as_view(),
|
||||
name="domain-security-email",
|
||||
),
|
||||
path(
|
||||
"domain/<int:pk>/users/add",
|
||||
views.DomainAddUserView.as_view(),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue