From 73e3562320f5e1c4d5c486cc9431a16e6a771abf Mon Sep 17 00:00:00 2001 From: Thomas Sileo Date: Wed, 2 Oct 2019 22:46:03 +0200 Subject: [PATCH] Fix pagination for internal profile pages --- templates/utils.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/utils.html b/templates/utils.html index b670050..6fec9a2 100644 --- a/templates/utils.html +++ b/templates/utils.html @@ -401,10 +401,10 @@ {% macro display_pagination(older_than, newer_than) -%}
{% if older_than %} - + {% endif %} {% if newer_than %} - + {% endif %}
{% endmacro -%}