From 3eb3225d2c629abe72ca82f2ac09fa7413c9d6e5 Mon Sep 17 00:00:00 2001 From: Mouse Reeve Date: Wed, 20 Oct 2021 17:42:19 -0700 Subject: [PATCH] Adds pagination to the template --- bookwyrm/templates/author/author.html | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/bookwyrm/templates/author/author.html b/bookwyrm/templates/author/author.html index 8a15cd0f0..5310f0df8 100644 --- a/bookwyrm/templates/author/author.html +++ b/bookwyrm/templates/author/author.html @@ -114,4 +114,9 @@ {% endfor %} + +
+ {% include 'snippets/pagination.html' with page=books %} +
+ {% endblock %}