From 8ba3429169d5b6f113d4157015f8cc5884206f11 Mon Sep 17 00:00:00 2001 From: kek7198 Date: Wed, 1 Dec 2021 14:36:53 -0600 Subject: [PATCH] fix --- files/templates/search.html | 65 +++---------------------------------- 1 file changed, 5 insertions(+), 60 deletions(-) diff --git a/files/templates/search.html b/files/templates/search.html index 8ca243286..da953fcec 100644 --- a/files/templates/search.html +++ b/files/templates/search.html @@ -58,66 +58,11 @@ -{% if not '/users/' in request.path %} - -
- - - -
-{% endif %} - -
-
-
- -
-
-
- -
- -
- -
- - {% block listing_template %} - {% include "submission_listing.html" %} - {% endblock %} - -
+
+
+ {% block listing_template %} + {% include "submission_listing.html" %} + {% endblock %}
{% endblock %}