diff --git a/templates/base.html b/templates/base.html index 64e9bd6..533e674 100644 --- a/templates/base.html +++ b/templates/base.html @@ -49,7 +49,11 @@ - Photo Assistant + {% if config.env == "Production" %} + Photo Assistant + {% else %} + PA (DEV) + {% endif %}