diff --git a/templates/base.html b/templates/base.html index 55aac17..f96e16b 100644 --- a/templates/base.html +++ b/templates/base.html @@ -49,14 +49,14 @@ - + {% if config.env == "Production" %} Photo Assistant {% else %} - PA (DEV) + PA (DEV) {% endif %} - + @@ -97,7 +97,7 @@ Active Jobs: {% set num_active_jobs = GetNumActiveJobs() %} {% if num_active_jobs > 0 %} - {{num_active_jobs}} + {{num_active_jobs}} {% else %} 0 {% endif %}