mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-05-14 08:37:03 +02:00
added withdrawn status update
This commit is contained in:
parent
25f4ea1843
commit
a38f2a373b
2 changed files with 14 additions and 2 deletions
|
@ -62,6 +62,12 @@ urlpatterns = [
|
|||
views.ApplicationWithdraw.as_view(),
|
||||
name="application-withdraw-confirmation",
|
||||
),
|
||||
path(
|
||||
"application/<int:pk>/withdrawconfirmed",
|
||||
views.ApplicationWithdraw.updatestatus,
|
||||
name="application-withdrawn",
|
||||
|
||||
),
|
||||
path("health/", views.health),
|
||||
path("openid/", include("djangooidc.urls")),
|
||||
path("register/", include((application_urls, APPLICATION_NAMESPACE))),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue