diff --git a/bookwyrm/templates/book/book.html b/bookwyrm/templates/book/book.html index 31c24532..cfa400d6 100644 --- a/bookwyrm/templates/book/book.html +++ b/bookwyrm/templates/book/book.html @@ -316,7 +316,7 @@ {% endfor %}
- {% include 'snippets/pagination.html' with page=statuses path=book.local_path anchor="#reviews" %} + {% include 'snippets/pagination.html' with page=statuses path=request.path anchor="#reviews" %}