diff --git a/files/templates/pagination.html b/files/templates/pagination.html index d062fe690..26511cba9 100644 --- a/files/templates/pagination.html +++ b/files/templates/pagination.html @@ -37,7 +37,9 @@
  • ...
  • - {% set ns.start_point = ns.start_point + 1 %} + {% if end_point != num_pages-1 %} + {% set ns.start_point = ns.start_point + 1 %} + {% endif %} {% endif %} {% endif %}