From afa24e8a8a34e676c183151bb8646250ef058caa Mon Sep 17 00:00:00 2001 From: Rachid Mrad Date: Tue, 26 Sep 2023 16:56:08 -0400 Subject: [PATCH] change single quotes to double quotes on a template for consistency --- src/registrar/templates/home.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/registrar/templates/home.html b/src/registrar/templates/home.html index d31edcc99..e86c08c70 100644 --- a/src/registrar/templates/home.html +++ b/src/registrar/templates/home.html @@ -39,7 +39,7 @@ {{ domain.created_time|date }} - {% if domain.state == "unknown" or domain.state == 'dns needed'%} + {% if domain.state == "unknown" or domain.state == "dns needed"%} DNS Needed {% else %} {{ domain.state|title }}