aboutsummaryrefslogtreecommitdiffstats
path: root/youtube/templates/channel.html
diff options
context:
space:
mode:
Diffstat (limited to 'youtube/templates/channel.html')
-rw-r--r--youtube/templates/channel.html6
1 files changed, 5 insertions, 1 deletions
diff --git a/youtube/templates/channel.html b/youtube/templates/channel.html
index 780b651..252d017 100644
--- a/youtube/templates/channel.html
+++ b/youtube/templates/channel.html
@@ -105,7 +105,11 @@
<hr/>
<footer class="pagination-container">
- {% if current_tab == 'videos' %}
+ {% if current_tab == 'videos' and current_sort.__str__() == '2' %}
+ <nav class="next-previous-button-row">
+ {{ common_elements.next_previous_ctoken_buttons(None, ctoken, channel_url + '/' + current_tab, parameters_dictionary) }}
+ </nav>
+ {% elif current_tab == 'videos' %}
<nav class="pagination-list">
{{ common_elements.page_buttons(number_of_pages, channel_url + '/' + current_tab, parameters_dictionary, include_ends=(current_sort.__str__() == '3')) }}
</nav>