Reformat templates

This commit is contained in:
2022-07-21 13:51:59 +01:00
parent 185bda02ea
commit 423d363f9f
4 changed files with 91 additions and 76 deletions

View File

@@ -35,9 +35,6 @@
});
}
</script>
<style>
.icon { border-bottom: 0px !important;}
</style>
<div class="box">
<form method="POST">
{% csrf_token %}
@@ -77,7 +74,12 @@
<div class="field">
<div class="control">
<button class="button is-primary is-fullwidth" hx-post="{% url 'search_drilldown' %}" hx-trigger="click" hx-target="#results" hx-swap="outerHTML">
<button
class="button is-primary is-fullwidth"
hx-post="{% url 'search_drilldown' %}"
hx-trigger="click"
hx-target="#results"
hx-swap="outerHTML">
Search
</button>
</div>