diff --git a/templates/base.html b/templates/base.html index d23a86d..187aea1 100644 --- a/templates/base.html +++ b/templates/base.html @@ -40,7 +40,7 @@ - {% if config.ENV == "production" %} + {% if config.FLASK_ENV == "production" %} Books DB {% else %} Books (DEV)