diff --git a/templates/pagination.html b/templates/pagination.html index 4319656..22b7e54 100644 --- a/templates/pagination.html +++ b/templates/pagination.html @@ -1,4 +1,4 @@ -{% if DEFAULT_PAGINATION %} +{% if DEFAULT_PAGINATION and articles_paginator.num_pages > 1 %}