Replace EmbeddedTablePanel with ObjectsTablePanel

This commit is contained in:
Jeremy Stretch
2025-11-03 10:30:13 -05:00
parent 37bea1e98e
commit c392988212
5 changed files with 58 additions and 41 deletions

View File

@@ -1,7 +0,0 @@
{% extends "ui/panels/_base.html" %}
{% load i18n %}
{# TODO: Add "attach an image" button in panel header #}
{% block panel_content %}
{% htmx_table 'extras:imageattachment_list' object_type_id=object|content_type_id object_id=object.pk %}
{% endblock panel_content %}

View File

@@ -0,0 +1,5 @@
{% extends "ui/panels/_base.html" %}
{% block panel_content %}
{% include 'builtins/htmx_table.html' %}
{% endblock panel_content %}