From 102da4591e82d0af1ef0fe1428f4099488eb245b Mon Sep 17 00:00:00 2001 From: Bauke Date: Thu, 4 Oct 2018 22:19:05 +0200 Subject: [PATCH] Add pagination buttons to top of topic listings Only displays on pages after the first. --- tildes/tildes/templates/topic_listing.jinja2 | 20 ++++++++++++++++++-- 1 file changed, 18 insertions(+), 2 deletions(-) diff --git a/tildes/tildes/templates/topic_listing.jinja2 b/tildes/tildes/templates/topic_listing.jinja2 index 99b2e5e..5ab8b1d 100644 --- a/tildes/tildes/templates/topic_listing.jinja2 +++ b/tildes/tildes/templates/topic_listing.jinja2 @@ -113,6 +113,22 @@ {% endif %} +{% if topics.has_prev_page %} + +{% endif %} + {% if not topics %}
{% if period %} @@ -161,13 +177,13 @@ {% if topics.has_prev_page or topics.has_next_page %}