diff --git a/changedetectionio/templates/watch-overview.html b/changedetectionio/templates/watch-overview.html index 6835942cd..ee344d81e 100644 --- a/changedetectionio/templates/watch-overview.html +++ b/changedetectionio/templates/watch-overview.html @@ -69,7 +69,7 @@ - {% for watch in watches|sort(attribute='date_created', reverse=sort_order) %} + {% for watch in watches|sort(attribute=sort_attribute, reverse=sort_order) %} {# WIP for pagination, disabled for now {% if not ( loop.index >= 3 and loop.index <=4) %}{% continue %}{% endif %} -->