From 748a45f2e7b8de3928c0462304299c9751f729ed Mon Sep 17 00:00:00 2001 From: Cédric Bonhomme Date: Fri, 26 May 2017 06:47:14 +0200 Subject: added pagination for bookmarks --- src/web/templates/bookmarks.html | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/web/templates') diff --git a/src/web/templates/bookmarks.html b/src/web/templates/bookmarks.html index 96f38d26..39528322 100644 --- a/src/web/templates/bookmarks.html +++ b/src/web/templates/bookmarks.html @@ -1,6 +1,8 @@ {% extends "layout.html" %} {% block content %}
+ {{ pagination.info }} + {{ pagination.links }} + {{ pagination.links }}
{% endblock %} -- cgit