Adds pagination
This commit is contained in:
parent
64b54510d9
commit
c42be7a589
2 changed files with 9 additions and 1 deletions
|
@ -60,6 +60,10 @@
|
|||
{% endif %}
|
||||
{% block panel %}
|
||||
{% endblock %}
|
||||
|
||||
<div>
|
||||
{% include 'snippets/pagination.html' with page=results path=request.path %}
|
||||
</div>
|
||||
</section>
|
||||
{% endif %}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue