aboutsummaryrefslogtreecommitdiff
path: root/src/web/templates/feed_list_per_categories.html
diff options
context:
space:
mode:
Diffstat (limited to 'src/web/templates/feed_list_per_categories.html')
-rw-r--r--src/web/templates/feed_list_per_categories.html2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/web/templates/feed_list_per_categories.html b/src/web/templates/feed_list_per_categories.html
index 4b0e517e..396139a4 100644
--- a/src/web/templates/feed_list_per_categories.html
+++ b/src/web/templates/feed_list_per_categories.html
@@ -17,7 +17,6 @@
<br />
-{% if feeds | length != 0 %}
<div class="table-responsive">
<table id="table-feeds" class="table table-striped">
<thead>
@@ -51,4 +50,3 @@ $(document).ready(function() {
});
});
</script>
-{% endif %}
bgstack15