diff --git a/files/templates/submission.html b/files/templates/submission.html index a2039799c..af53d8bc6 100644 --- a/files/templates/submission.html +++ b/files/templates/submission.html @@ -814,10 +814,10 @@ {% if offset %}
- {% if '?' in request.full_url %} - VIEW MORE + {% if '?' in request.full_path %} + VIEW MORE {% else %} - VIEW MORE + VIEW MORE {% endif %} {% endif %}