diff options
Diffstat (limited to 'youtube/templates/channel.html')
-rw-r--r-- | youtube/templates/channel.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/youtube/templates/channel.html b/youtube/templates/channel.html index 7ac36d4..780b651 100644 --- a/youtube/templates/channel.html +++ b/youtube/templates/channel.html @@ -107,7 +107,7 @@ <footer class="pagination-container"> {% if current_tab == 'videos' %} <nav class="pagination-list"> - {{ common_elements.page_buttons(number_of_pages, channel_url + '/' + current_tab, parameters_dictionary) }} + {{ common_elements.page_buttons(number_of_pages, channel_url + '/' + current_tab, parameters_dictionary, include_ends=(current_sort.__str__() == '3')) }} </nav> {% elif current_tab == 'search' %} <nav class="next-previous-button-row"> |