Small bugfix

The pages aren't displayed on the last page
This commit is contained in:
Michael Rodin 2023-11-07 13:36:59 +01:00
parent bd5f58510e
commit c85eed3bc0

View file

@ -58,7 +58,7 @@
{% else %} {% else %}
<p>No matching archives</p> <p>No matching archives</p>
{% endif %} {% endif %}
{% if total_count > page*count %} {% if total_count > page*count and page == 1 %}
<div class="pageselect"> <div class="pageselect">
<div class="align-right"> <div class="align-right">
{% if page-3 > 1 %} {% if page-3 > 1 %}