From d9234de7abfec3e1217a83724e7b133f230d87e7 Mon Sep 17 00:00:00 2001 From: Mark Veidemanis Date: Sun, 28 Aug 2022 12:02:09 +0100 Subject: [PATCH] Properly indent search partial --- .../ui/drilldown/search_partial.html | 428 +++++++++--------- 1 file changed, 214 insertions(+), 214 deletions(-) diff --git a/core/templates/ui/drilldown/search_partial.html b/core/templates/ui/drilldown/search_partial.html index ac3b6e0..d89c032 100644 --- a/core/templates/ui/drilldown/search_partial.html +++ b/core/templates/ui/drilldown/search_partial.html @@ -1,14 +1,14 @@
- {% csrf_token %} -
+ hx-trigger="change" + hx-target="#results" + hx-swap="innerHTML" + hx-indicator="#spinner"> + {% csrf_token %} +
-
+
- - + - +
-
+
-
-
+
+
-
+
- Static -
+ Static
+
-
- + -
+
+
- - + - +
-
-
+
+
-
- -
+ hx-trigger="change" + hx-post="{% url 'search' %}" + hx-target="#results" + hx-swap="innerHTML" + id="tags" + class="input" + type="tags" + name="tags" + placeholder="Add tags" + value="{{ params.tags }}"> + + +
\ No newline at end of file