mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-08-04 00:42:16 +02:00
Merge branch 'za/1501-users-delete-domain-records' into za/1484-domain-manager-delete
This commit is contained in:
commit
8082083d63
10 changed files with 267 additions and 26 deletions
|
@ -137,6 +137,11 @@ urlpatterns = [
|
|||
views.DomainInvitationDeleteView.as_view(http_method_names=["post"]),
|
||||
name="invitation-delete",
|
||||
),
|
||||
path(
|
||||
"application/<int:pk>/delete",
|
||||
views.DomainApplicationDeleteView.as_view(http_method_names=["post"]),
|
||||
name="application-delete",
|
||||
),
|
||||
path(
|
||||
"domain/<int:pk>/users/<int:user_pk>/delete",
|
||||
views.DomainDeleteUserView.as_view(http_method_names=["post"]),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue