diff --git a/templates/base.html b/templates/base.html index 187aea1..b55193e 100644 --- a/templates/base.html +++ b/templates/base.html @@ -42,6 +42,8 @@
{% if config.FLASK_ENV == "production" %} Books DB + {% elif config.FLASK_ENV == "container" %} + Books (Cont) {% else %} Books (DEV) {% endif %}