mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-07-24 03:30:50 +02:00
Merge branch 'main' into nmb/519-authorizing-official
This commit is contained in:
commit
4fdc1ae2cc
14 changed files with 198 additions and 24 deletions
|
@ -88,6 +88,11 @@ urlpatterns = [
|
|||
views.DomainAuthorizingOfficialView.as_view(),
|
||||
name="domain-authorizing-official",
|
||||
),
|
||||
path(
|
||||
"domain/<int:pk>/security-email",
|
||||
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