Small bugfix
The pages aren't displayed on the last page
This commit is contained in:
parent
bd5f58510e
commit
c85eed3bc0
|
@ -58,7 +58,7 @@
|
|||
{% else %}
|
||||
<p>No matching archives</p>
|
||||
{% endif %}
|
||||
{% if total_count > page*count %}
|
||||
{% if total_count > page*count and page == 1 %}
|
||||
<div class="pageselect">
|
||||
<div class="align-right">
|
||||
{% if page-3 > 1 %}
|
||||
|
|
Loading…
Reference in a new issue