From c6f23adf557aa8452ddcbd0c953876462843a20e Mon Sep 17 00:00:00 2001 From: dgtlmoon Date: Wed, 25 Oct 2023 12:02:27 +0200 Subject: [PATCH] dont show search icon when logged out --- changedetectionio/templates/base.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/changedetectionio/templates/base.html b/changedetectionio/templates/base.html index 14efc8e5..e8ef295a 100644 --- a/changedetectionio/templates/base.html +++ b/changedetectionio/templates/base.html @@ -85,6 +85,7 @@ LOG OUT {% endif %} + {% if current_user.is_authenticated or not has_password %}
  • @@ -95,6 +96,7 @@
  • + {% endif %}