From b0779c2704a9c5ff1837a0057414a2849ae803ee Mon Sep 17 00:00:00 2001 From: Damien De Paoli Date: Fri, 10 Jun 2022 16:50:34 +1000 Subject: [PATCH] reorder scans/db rebuild (affects dev only), also removed unmatched faces from prod until it works - newer view pref code broke it --- templates/base.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/templates/base.html b/templates/base.html index e4f8cb9..cdb142b 100644 --- a/templates/base.html +++ b/templates/base.html @@ -86,7 +86,9 @@ View stats of matches Match in import path(s) Match in storage path(s) + {% if config.ENV != "production" %} Show unmatched + {% endif %}