From 3c08da126d683b8db12fc51993da2cf3fd0d4cf4 Mon Sep 17 00:00:00 2001 From: Aevann Date: Sun, 25 Jun 2023 21:24:43 +0300 Subject: [PATCH] Revert "only if 2 dots" This reverts commit 57955200158fe1efd6d505c156b1d56672114f6a. --- files/templates/pagination.html | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/files/templates/pagination.html b/files/templates/pagination.html index 26511cba9a..d062fe6907 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 %}