diff --git a/files/templates/userpage.html b/files/templates/userpage.html index 99d0c7c4bd..f03b328558 100644 --- a/files/templates/userpage.html +++ b/files/templates/userpage.html @@ -105,7 +105,7 @@ -
+ +
+
+ {% if not "saved" in request.full_path %} + {% include "/dropdowns/SubmissionSorts.html" %} +
+ {% endif %} +
    + {% include "submission_listing.html" %} +
+
{% endblock %}