From d544cf893ec01597c9fd00eef2fca7d9c0d5edb9 Mon Sep 17 00:00:00 2001 From: Thomas Sileo Date: Tue, 24 Jul 2018 23:44:16 +0200 Subject: [PATCH] Make the pagination debug friendly --- templates/utils.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/utils.html b/templates/utils.html index 287ab43..9eb781b 100644 --- a/templates/utils.html +++ b/templates/utils.html @@ -222,10 +222,10 @@ {% macro display_pagination(older_than, newer_than) -%}
{% if older_than %} - + {% endif %} {% if newer_than %} - + {% endif %}
{% endmacro -%}