diff --git a/files/templates/search.html b/files/templates/search.html index 8ca2432860..da953fcec2 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 %}