diff options
author | James Taylor <user234683@users.noreply.github.com> | 2019-08-09 21:18:43 -0700 |
---|---|---|
committer | James Taylor <user234683@users.noreply.github.com> | 2019-08-09 21:18:43 -0700 |
commit | adc40bc760345a23678a01f27d7697dfd3811914 (patch) | |
tree | ac235f9796b4380333a80b65de416842a2d0c393 /youtube/templates | |
parent | 0f574e8e28520c46d1d335ceede2bb05f4f3ed3a (diff) | |
download | yt-local-adc40bc760345a23678a01f27d7697dfd3811914.tar.lz yt-local-adc40bc760345a23678a01f27d7697dfd3811914.tar.xz yt-local-adc40bc760345a23678a01f27d7697dfd3811914.zip |
Add pagination for local playlists
Diffstat (limited to 'youtube/templates')
-rw-r--r-- | youtube/templates/local_playlist.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/youtube/templates/local_playlist.html b/youtube/templates/local_playlist.html index a7564ca..f8e6f01 100644 --- a/youtube/templates/local_playlist.html +++ b/youtube/templates/local_playlist.html @@ -53,5 +53,8 @@ {{ common_elements.item(video_info) }} {% endfor %} </div> + <nav class="page-button-row"> + {{ common_elements.page_buttons(num_pages, '/https://www.youtube.com/playlists/' + playlist_name, parameters_dictionary) }} + </nav> </div> {% endblock main %} |