From 06e91708e90e4bc7168405b02cb6099891d68527 Mon Sep 17 00:00:00 2001 From: dgtlmoon Date: Mon, 1 Jun 2026 19:44:04 +0200 Subject: [PATCH] restore outbound link --- .../blueprint/watchlist/templates/watch-overview.html | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/changedetectionio/blueprint/watchlist/templates/watch-overview.html b/changedetectionio/blueprint/watchlist/templates/watch-overview.html index f5fd9cca..e53d5c0f 100644 --- a/changedetectionio/blueprint/watchlist/templates/watch-overview.html +++ b/changedetectionio/blueprint/watchlist/templates/watch-overview.html @@ -291,9 +291,7 @@ window.watchOverviewI18n = { {% else %} {{ watch.get('title') or watch.link }} {% endif %} - {% if not ui_settings.get('favicons_enabled') %} -   - {% endif %} +   {%- for watch_tag_uuid, watch_tag in datastore.get_all_tags_for_watch(watch['uuid']).items() -%}