From bab53eab9138c91dce25eb3710ede73939a86a64 Mon Sep 17 00:00:00 2001 From: Cédric Bonhomme Date: Tue, 18 Oct 2016 18:51:58 +0200 Subject: Datatables for the user public profile page. --- src/web/templates/feed_list_simple.html | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) (limited to 'src/web/templates/feed_list_simple.html') diff --git a/src/web/templates/feed_list_simple.html b/src/web/templates/feed_list_simple.html index f15d5f0a..3e04ad7e 100644 --- a/src/web/templates/feed_list_simple.html +++ b/src/web/templates/feed_list_simple.html @@ -1,6 +1,6 @@ {% if feeds | length != 0 %}
- +
@@ -19,4 +19,17 @@
#
+ {% endif %} -- cgit