From 72bf506eb5c139c4dbf89ea082b171c528302dfb Mon Sep 17 00:00:00 2001 From: Donald Buczek Date: Tue, 21 Jan 2020 16:03:44 +0100 Subject: [PATCH] NewsPage: Fix pagination Add targets to the previous and next anchors in the pagination template. --- mpicms/templates/base/components/pagination.html | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/mpicms/templates/base/components/pagination.html b/mpicms/templates/base/components/pagination.html index 7b4bf43..11bb962 100644 --- a/mpicms/templates/base/components/pagination.html +++ b/mpicms/templates/base/components/pagination.html @@ -5,7 +5,9 @@ {% firstof items.number '1' as current %} -{% endif %} \ No newline at end of file +{% endif %}