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() -%}