Fix pagination controls showing up

This commit is contained in:
Jake Howard 2022-09-25 21:06:43 +01:00
parent 6c2de2f817
commit ac30206e97
Signed by: jake
GPG key ID: 57AFB45680EDD477

View file

@ -18,7 +18,7 @@
{% if listing_pages.has_other_pages %}
<section class="container">
<hr class="my-5" />
{% include "common/pagination.html" with pages=listing_pages %}
{% include "common/pagination.html" with page=listing_pages %}
</section>
{% endif %}
{% endblock %}