From 8d9463790bfe365f9f8f1f4aa011ad48ab4cd913 Mon Sep 17 00:00:00 2001 From: kek7198 Date: Wed, 1 Dec 2021 14:23:26 -0600 Subject: [PATCH] fix --- files/templates/search.html | 156 ++++++++++++++++-------------------- 1 file changed, 68 insertions(+), 88 deletions(-) diff --git a/files/templates/search.html b/files/templates/search.html index 9aba7cd8b..18a2d1ab3 100644 --- a/files/templates/search.html +++ b/files/templates/search.html @@ -7,59 +7,39 @@ {% endblock %} {% block subHeader %} -
-
-
-
-

- Search Results: "{{query}}" -

- - {{ total }} - {{ sort }} posts matching "{{query}}" {{ 'from all time' if t=='all' else 'in the last' }} - {% if t != 'all' %}{{ t }}{% endif %} - -
- {% if not '/users/' in request.path %} -
- {% include "/dropdowns/SearchSorts.html" %} -
- {% endif %} +
+
+
+
+

+ Search Results: "{{query}}" +

+ + {{ total }} + {{ sort }} posts matching "{{query}}" {{ 'from all time' if t=='all' else 'in the last' }} + {% if t != 'all' %}{{ t }}{% endif %} +
+ {% if not '/users/' in request.path %} +
+ {% include "/dropdowns/SearchSorts.html" %} +
+ {% endif %}
+
{% endblock %} {% block content %}
- -
- -
- -
-
    -
  • -
  • -
-
-
-
-
- Advanced search parameters (with examples): "author:quadnarca", "domain:reddit.com", "over18:true" -
-
- -

{{query}}

- -
-
+
+
+ Advanced search parameters (with examples): "author:quadnarca", "domain:reddit.com", "over18:true"
+
-
- {% if not '/users/' in request.path %}
@@ -88,54 +68,54 @@ -
- {% endif %} +
+{% endif %} -
-
-
- -
-
-
- -
- -
- -
- - {% block listing_template %} - {% include "submission_listing.html" %} - {% endblock %} - -
-
-
- {% endblock %} - - {% block pagenav %} - +
+
+
- {% endblock %} \ No newline at end of file +
+ +
+ +
+ + {% block listing_template %} + {% include "submission_listing.html" %} + {% endblock %} + +
+
+
+{% endblock %} + +{% block pagenav %} + + +{% endblock %} \ No newline at end of file