14728 review fixes

This commit is contained in:
Arthur 2024-01-18 11:14:56 -08:00
parent be72869084
commit af426a864a

View File

@ -15,5 +15,12 @@
{% endblock tabs %} {% endblock tabs %}
{% block content %} {% block content %}
{# Object table controls #}
{% include 'inc/table_controls_htmx.html' with table_modal="ObjectTable_config" %}
{% render_table table %} {% render_table table %}
{% endblock content %} {% endblock content %}
{% block modals %}
{% table_config_form table table_name="ObjectTable" %}
{% endblock modals %}