mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-07-31 06:56:33 +02:00
wip
This commit is contained in:
parent
6269cc56e3
commit
40737cbcf7
8 changed files with 49 additions and 56 deletions
|
@ -850,7 +850,7 @@ class DomainRequestWithdrawConfirmation(DetailView):
|
|||
`creator` of the domain request may withdraw it.
|
||||
"""
|
||||
|
||||
template_name = "domain_request_withdraw_confirmation.html" # DetailView property for what model this is viewing
|
||||
template_name = "domain_request_withdraw_confirmation.html" # DetailView property for what model this is viewing
|
||||
model = DomainRequest
|
||||
pk_url_kwarg = "domain_request_pk"
|
||||
context_object_name = "DomainRequest"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue