diff --git a/changedetectionio/templates/watch-overview.html b/changedetectionio/templates/watch-overview.html index ef3828679..e514e0a77 100644 --- a/changedetectionio/templates/watch-overview.html +++ b/changedetectionio/templates/watch-overview.html @@ -55,8 +55,9 @@ {% set sorted_watches = watches|sort(attribute=sort_attribute, reverse=sort_order) %} {% for watch in sorted_watches %} - {% if not ( loop.index >= 3 and loop.index <=4) %}{% continue %}{% endif %} - + {# WIP for pagination, disabled for now + {% if not ( loop.index >= 3 and loop.index <=4) %}{% continue %}{% endif %} --> + #}