diff --git a/lostplaces/lostplaces_app/templates/partials/nav/pagination.html b/lostplaces/lostplaces_app/templates/partials/nav/pagination.html index b65b00f..8f2efc0 100644 --- a/lostplaces/lostplaces_app/templates/partials/nav/pagination.html +++ b/lostplaces/lostplaces_app/templates/partials/nav/pagination.html @@ -1,25 +1,31 @@ -
- -
\ No newline at end of file +{% if is_paginated %} +
+ +
+{% endif %}