Paginates editions page

This commit is contained in:
Mouse Reeve
2021-03-29 12:13:05 -07:00
parent 91b81de8a7
commit 04ca6de968
2 changed files with 11 additions and 1 deletions

View File

@ -33,4 +33,8 @@
</div>
{% endfor %}
</div>
<div>
{% include 'snippets/pagination.html' with page=editions path=request.path %}
</div>
{% endblock %}