From b2d6f38a627f4f12ca02fdd7f807b7acc3e14f57 Mon Sep 17 00:00:00 2001 From: Damien De Paoli Date: Sun, 2 Jul 2023 12:55:30 +1000 Subject: [PATCH] just make container mode visually different in navbar --- templates/base.html | 2 ++ 1 file changed, 2 insertions(+) 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 %}