diff --git a/changedetectionio/templates/watch-overview.html b/changedetectionio/templates/watch-overview.html index 736e19da..787871fc 100644 --- a/changedetectionio/templates/watch-overview.html +++ b/changedetectionio/templates/watch-overview.html @@ -191,9 +191,9 @@ {% if watch.history_n >= 2 %} {% if is_unviewed %} - Diff + History {% else %} - Diff + History {% endif %} {% else %} diff --git a/requirements.txt b/requirements.txt index 1c672471..b90c0586 100644 --- a/requirements.txt +++ b/requirements.txt @@ -93,3 +93,5 @@ babel # Needed for > 3.10, https://github.com/microsoft/playwright-python/issues/2096 greenlet >= 3.0.3 + +