From 8fb6067701eaebab73eb56526e9fb66b572bad31 Mon Sep 17 00:00:00 2001 From: TLSM <104547575+TLSM@users.noreply.github.com> Date: Wed, 4 May 2022 19:07:45 -0400 Subject: [PATCH] Fix viewmore on removed post. (#241) --- files/templates/submission_banned.html | 35 +++++++++++++++++++++++++- 1 file changed, 34 insertions(+), 1 deletion(-) diff --git a/files/templates/submission_banned.html b/files/templates/submission_banned.html index f4d966c13..1dbd854b9 100644 --- a/files/templates/submission_banned.html +++ b/files/templates/submission_banned.html @@ -74,8 +74,41 @@ {% endwith %} +{% if offset %} + +{% endif %} {% endblock %}