aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/web/templates/feed_list_simple.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/web/templates/feed_list_simple.html b/src/web/templates/feed_list_simple.html
index 976c3631..f15d5f0a 100644
--- a/src/web/templates/feed_list_simple.html
+++ b/src/web/templates/feed_list_simple.html
@@ -1,4 +1,4 @@
-{% if feeds.count() != 0 %}
+{% if feeds | length != 0 %}
<div class="table-responsive">
<table class="table table-striped">
<thead>
bgstack15