diff --git a/backend/templates/includes/header.html b/backend/templates/includes/header.html index ab438827fb..07ba226436 100644 --- a/backend/templates/includes/header.html +++ b/backend/templates/includes/header.html @@ -1,7 +1,7 @@ {% load static %} Skip to main content -{% if ENVIRONMENT is not "PRODUCTION" %} +{% if ENVIRONMENT != "PRODUCTION" %}
TEST SITE: This is a test site. Do not begin audit submissions. @@ -19,7 +19,7 @@ alt="U.S. flag"/>
-

{% if ENVIRONMENT is not "PRODUCTION" %}A DEMO{% else %}An official{% endif %} website of the United States government

+

{% if ENVIRONMENT != "PRODUCTION" %}A DEMO{% else %}An official{% endif %} website of the United States government