diff --git a/src/registrar/templates/home.html b/src/registrar/templates/home.html index 2e4326398..ef9779dcd 100644 --- a/src/registrar/templates/home.html +++ b/src/registrar/templates/home.html @@ -63,7 +63,7 @@ - + @@ -96,7 +96,7 @@ {% for domain_request in domain_requests %} {% if has_deletable_domain_requests %} - {% if domain_request.status == "started" or domain_request.status == "withdrawn" %} + {% if domain_request.status == STATUS_STARTED or domain_request.status == STATUS_WITHDRAWN %}