Clean up layout of global search results

This commit is contained in:
Jeremy Stretch 2024-04-19 15:27:25 -04:00
parent db87fe96b7
commit f42d0336c2
1 changed files with 7 additions and 5 deletions

View File

@ -17,7 +17,7 @@
{% endblock tabs %}
{% block content %}
<div class="row px-3">
<div class="row">
<div class="col col-6 offset-3 py-3">
<form action="{% url 'search' %}" method="get" class="form form-horizontal">
{% render_form form %}
@ -29,10 +29,12 @@
</form>
</div>
</div>
<div class="row px-3">
<div class="card">
<div class="htmx-container table-responsive" id="object_list">
{% include 'htmx/table.html' %}
<div class="row">
<div class="col">
<div class="card">
<div class="htmx-container table-responsive" id="object_list">
{% include 'htmx/table.html' %}
</div>
</div>
</div>
</div>