User request path for pagination

This commit is contained in:
Mouse Reeve 2021-04-23 13:35:12 -07:00
parent d2b2065db8
commit 888930f891

View file

@ -316,7 +316,7 @@
{% endfor %}
</div>
<div class="block">
{% 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" %}
</div>
</div>
</div>