From 7b592bc37503add484c87f0661ae65dc4570ec8d Mon Sep 17 00:00:00 2001 From: Cédric Bonhomme Date: Tue, 18 Oct 2016 22:06:51 +0200 Subject: Datatables for the feeds page. --- src/web/templates/feed_list.html | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) (limited to 'src/web/templates') diff --git a/src/web/templates/feed_list.html b/src/web/templates/feed_list.html index f8e3551e..8c258c3c 100644 --- a/src/web/templates/feed_list.html +++ b/src/web/templates/feed_list.html @@ -1,6 +1,6 @@ {% if feeds.count() != 0 %}
- +
@@ -39,4 +39,17 @@
#
+ {% endif %} -- cgit