15636 change content_type_id to object_type_id for imageattachment

This commit is contained in:
Arthur 2024-04-17 07:59:43 -07:00 committed by Jeremy Stretch
parent 75d6bfe42f
commit e303ccfd12
1 changed files with 1 additions and 1 deletions

View File

@ -12,5 +12,5 @@
</div>
{% endif %}
</h5>
{% htmx_table 'extras:imageattachment_list' content_type_id=object|content_type_id object_id=object.pk %}
{% htmx_table 'extras:imageattachment_list' object_type_id=object|content_type_id object_id=object.pk %}
</div>