diff --git a/files/templates/submission.html b/files/templates/submission.html index 53cf782d3..3907b819b 100644 --- a/files/templates/submission.html +++ b/files/templates/submission.html @@ -674,6 +674,14 @@ {% endif %} + {% if offset %} + {% if '?' in request.full_path %} + View more + {% else %} + View more + {% endif %} + {% endif %} +