From 4fb4941994a634e440fd3b71f41f12592aed6bf5 Mon Sep 17 00:00:00 2001 From: girst Date: Wed, 15 Dec 2021 21:37:29 +0100 Subject: [PATCH] fix reddit 'more' button --- app/reddit/templates/reddit.html.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/reddit/templates/reddit.html.j2 b/app/reddit/templates/reddit.html.j2 index c48cfeb..b7f83b8 100644 --- a/app/reddit/templates/reddit.html.j2 +++ b/app/reddit/templates/reddit.html.j2 @@ -42,7 +42,7 @@ top (
- {{ macros.more({'after':after}) if continuation }} + {{ macros.more({'after':after}) if after }}
{% endblock %} -- 2.39.3