From 4631bbc8274c1d3db65999b667c01c7d8c39c57c Mon Sep 17 00:00:00 2001 From: kek7198 Date: Tue, 7 Dec 2021 21:50:57 -0600 Subject: [PATCH] fix --- files/templates/userpage.html | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/files/templates/userpage.html b/files/templates/userpage.html index dc8c18ebae..771714878e 100644 --- a/files/templates/userpage.html +++ b/files/templates/userpage.html @@ -106,15 +106,14 @@
-
-
- Posts +
+
+
Posts
+ {% if not "saved" in request.full_path %} +
{% include "/dropdowns/SubmissionSorts.html" %}
+ {% endif %}
- {% if not "saved" in request.full_path %} - {% include "/dropdowns/SubmissionSorts.html" %} -
- {% endif %}
    {% include "submission_listing.html" %}