don't show pagination if there's only one page
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
{% if DEFAULT_PAGINATION %}
|
{% if DEFAULT_PAGINATION and articles_paginator.num_pages > 1 %}
|
||||||
<hr>
|
<hr>
|
||||||
<!-- Pager -->
|
<!-- Pager -->
|
||||||
<ul class="pager">
|
<ul class="pager">
|
||||||
|
Reference in New Issue
Block a user