From be487b0308d06e96768f48aad41250334a6038eb Mon Sep 17 00:00:00 2001 From: kek7198 Date: Sat, 4 Dec 2021 21:22:23 -0600 Subject: [PATCH] fix --- files/templates/submission.html | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/files/templates/submission.html b/files/templates/submission.html index 9acd0280b..de69e35b7 100644 --- a/files/templates/submission.html +++ b/files/templates/submission.html @@ -675,11 +675,7 @@ {% endif %} {% if offset %} - {% if '?' in request.full_path %} - VIEW MORE - {% else %} - View more - {% endif %} + View more {% endif %}