Use non-HTMX template for static tables

This commit is contained in:
Jeremy Stretch 2024-10-16 13:54:01 -04:00
parent 9e40a46b9e
commit ada1aae361

View File

@ -94,8 +94,8 @@
<div class="col col-6">
<div class="card">
<h2 class="card-header">{% trans "Version History" %}</h2>
<div class="table-responsive" id="object_list">
{% render_table table 'inc/table_htmx.html' %}
<div class="table-responsive">
{% render_table table 'inc/table.html' %}
</div>
</div>
</div>