Use table_htmx.html for assigning ipaddresses

This commit is contained in:
Brian Tiemann 2024-12-12 15:38:01 -05:00
parent e63fe23af8
commit 37c9ed2fef

View File

@ -34,7 +34,7 @@
<div class="col col-md-12">
<h3>{% trans "Search Results" %}</h3>
<div class="table-responsive">
{% render_table table 'inc/table.html' %}
{% render_table table 'inc/table_htmx.html' %}
</div>
</div>
</div>