Merge pull request #48 from yoel-zeldes/disable_pagination_when_no_pages
don't show pagination if there's only one page
This commit is contained in:
commit
71d886e3d7
@ -1,4 +1,4 @@
|
||||
{% if DEFAULT_PAGINATION %}
|
||||
{% if DEFAULT_PAGINATION and articles_paginator.num_pages > 1 %}
|
||||
<hr>
|
||||
<!-- Pager -->
|
||||
<ul class="pager">
|
||||
|
Loading…
Reference in New Issue
Block a user