From c5570bc331558ca9afbead15478deca2189292b3 Mon Sep 17 00:00:00 2001 From: kek7198 Date: Tue, 7 Dec 2021 21:25:56 -0600 Subject: [PATCH] fix --- files/templates/userpage.html | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/files/templates/userpage.html b/files/templates/userpage.html index 6ad1c47099..1e26c7cc70 100644 --- a/files/templates/userpage.html +++ b/files/templates/userpage.html @@ -98,9 +98,8 @@
{% if not "saved" in request.full_path %} -
- {% include "/dropdowns/SubmissionSorts.html" %} -
+ {% include "/dropdowns/SubmissionSorts.html" %} +
{% endif %} {% include "submission_listing.html" %}