From bbabb71c5d06f2a12c480f440655c15fb3febe6e Mon Sep 17 00:00:00 2001 From: Oscar Hudson Date: Mon, 3 Jun 2024 01:38:21 +0100 Subject: [PATCH] fix pagination --- templates/vote_category_list.html | 4 ++-- templates/vote_movie_list.html | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/templates/vote_category_list.html b/templates/vote_category_list.html index a74b1c61..d2237ead 100644 --- a/templates/vote_category_list.html +++ b/templates/vote_category_list.html @@ -44,13 +44,13 @@ {% block add_footer %} {% if categories.has_prev %} - < Previous + < Previous {% else %} < Previous {% endif %} | {% if categories.has_next %} - Next > + Next > {% else %} Next > {% endif %} diff --git a/templates/vote_movie_list.html b/templates/vote_movie_list.html index 7026ef9e..0976d6b6 100644 --- a/templates/vote_movie_list.html +++ b/templates/vote_movie_list.html @@ -40,13 +40,13 @@ {% block add_footer %} {% if movies.has_prev %} - < Previous + < Previous {% else %} < Previous {% endif %} | {% if movies.has_next %} - Next > + Next > {% else %} Next > {% endif %} @@ -55,14 +55,14 @@ {% if movies.page != 1 %} - << First + << First {% else %} << First {% endif %} | {% if movies.page != movies.pages %} - Last >> + Last >> {% else %} Last >> {% endif %}