mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-07-27 04:58:42 +02:00
fix comment
This commit is contained in:
parent
c657b9e666
commit
6119b39a59
1 changed files with 1 additions and 1 deletions
|
@ -2621,7 +2621,7 @@ class DomainRequestAdmin(ListHeaderAdmin, ImportExportModelAdmin):
|
||||||
"""Display restricted warning, setup the auditlog trail and pass it in extra context,
|
"""Display restricted warning, setup the auditlog trail and pass it in extra context,
|
||||||
display warning that status cannot be changed from 'Approved' if domain is in Ready state"""
|
display warning that status cannot be changed from 'Approved' if domain is in Ready state"""
|
||||||
|
|
||||||
# Fetch the Contact instance
|
# Fetch the domain request instance
|
||||||
domain_request: models.DomainRequest = models.DomainRequest.objects.get(pk=object_id)
|
domain_request: models.DomainRequest = models.DomainRequest.objects.get(pk=object_id)
|
||||||
if domain_request.approved_domain and domain_request.approved_domain.state == models.Domain.State.READY:
|
if domain_request.approved_domain and domain_request.approved_domain.state == models.Domain.State.READY:
|
||||||
domain = domain_request.approved_domain
|
domain = domain_request.approved_domain
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue