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