mirror of
https://github.com/metagov/govarch-website.git
synced 2025-06-19 01:23:10 +00:00
fix pagination display
This commit is contained in:
@ -38,7 +38,7 @@ layout: default
|
|||||||
{% endfor %}
|
{% endfor %}
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
{% if paginator.page > 1 %}
|
{% if paginator.total_pages > 1 %}
|
||||||
|
|
||||||
<div class="post-pagination">
|
<div class="post-pagination">
|
||||||
{% if paginator.next_page %}
|
{% if paginator.next_page %}
|
||||||
|
Reference in New Issue
Block a user