diff --git a/files/templates/userpage.html b/files/templates/userpage.html index 8bb4be999..e4063c478 100644 --- a/files/templates/userpage.html +++ b/files/templates/userpage.html @@ -97,7 +97,13 @@
- {% include "submission_listing.html" %} + {% if not "saved" in request.full_path %} + {% include "/dropdowns/SubmissionSorts.html" %} +
+ {% endif %} +
+ {% include "submission_listing.html" %} +