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 %}