From c85eed3bc09de92cd419b25e4fcfeddf5c7e1464 Mon Sep 17 00:00:00 2001 From: Michael Rodin Date: Tue, 7 Nov 2023 13:36:59 +0100 Subject: [PATCH] Small bugfix The pages aren't displayed on the last page --- flask/templates/search.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flask/templates/search.html b/flask/templates/search.html index 74b6a2d..2965518 100644 --- a/flask/templates/search.html +++ b/flask/templates/search.html @@ -58,7 +58,7 @@ {% else %}

No matching archives

{% endif %} - {% if total_count > page*count %} + {% if total_count > page*count and page == 1 %}
{% if page-3 > 1 %}