Fix pagination controls showing up
This commit is contained in:
parent
6c2de2f817
commit
ac30206e97
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@
|
||||||
{% if listing_pages.has_other_pages %}
|
{% if listing_pages.has_other_pages %}
|
||||||
<section class="container">
|
<section class="container">
|
||||||
<hr class="my-5" />
|
<hr class="my-5" />
|
||||||
{% include "common/pagination.html" with pages=listing_pages %}
|
{% include "common/pagination.html" with page=listing_pages %}
|
||||||
</section>
|
</section>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|
Loading…
Reference in a new issue