This commit is contained in:
David Kennedy 2025-02-11 23:47:55 -05:00
parent 6269cc56e3
commit 40737cbcf7
No known key found for this signature in database
GPG key ID: 6528A5386E66B96B
8 changed files with 49 additions and 56 deletions

View file

@ -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"