diff options
Diffstat (limited to 'src/web/templates')
-rw-r--r-- | src/web/templates/bookmarks.html | 3 |
1 files changed, 3 insertions, 0 deletions
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 %} <div class="container"> + {{ pagination.info }} + {{ pagination.links }} <ul class="list-group"> {% for bookmark in bookmarks %} <li class="list-group-item"> @@ -19,5 +21,6 @@ </li> {% endfor %} </ul> + {{ pagination.links }} </div><!-- /.container --> {% endblock %} |