From 1be33ea632a96e091237f19632c655fcc037f0d5 Mon Sep 17 00:00:00 2001 From: kek7198 Date: Tue, 7 Dec 2021 22:06:11 -0600 Subject: [PATCH] fix --- files/templates/userpage.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/files/templates/userpage.html b/files/templates/userpage.html index 949a7cafee..6b41f2ca93 100644 --- a/files/templates/userpage.html +++ b/files/templates/userpage.html @@ -108,7 +108,9 @@
{% if not "saved" in request.full_path %} -
{% include "/dropdowns/SubmissionSorts.html" %}
+
+ {% include "/dropdowns/SubmissionSorts.html" %} +
{% endif %}