From e10c780794092be0923622531de4ad4040fcbc3d Mon Sep 17 00:00:00 2001 From: kek7198 Date: Tue, 7 Dec 2021 22:02:31 -0600 Subject: [PATCH] fix --- files/templates/userpage.html | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) 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 %}