remove duplicated next link

master
eric 2020-11-10 11:32:11 -05:00
parent 4b6e97898a
commit 4908dfac99
1 changed files with 0 additions and 5 deletions

View File

@ -150,11 +150,6 @@
accesskey="+"
href="${os.url_carry (start_index = os.next_page_index)}">Next</a>
</py:if>
<py:if test="os.show_next_page_link">|
<a title="Go to the last page of results."
accesskey="+"
href="${os.url_carry (start_index = os.last_page_index)}">Next</a>
</py:if>
</span>
</py:def>