diff --git a/contracts/templates/contracts/includes/pagination.html b/contracts/templates/contracts/includes/pagination.html index d562a598a632a6e233b88da1e4bdcb946b8ea7e4..44789bf9b884fdb18b7dcd7825f90fd4efaff6a5 100644 --- a/contracts/templates/contracts/includes/pagination.html +++ b/contracts/templates/contracts/includes/pagination.html @@ -25,7 +25,7 @@ </a> {% endif %} - {% if page.has_previous and page.previous_page_number != 2 %} + {% if page.has_previous and page.previous_page_number > 2 %} <span class="text-grey-500 hidden md:flex flex-col px-2 justify-center">...</span> {% endif %}