mirror of
https://github.com/netbox-community/netbox.git
synced 2025-08-13 11:08:18 -06:00
15636 change content_type_id to object_type_id for imageattachment
This commit is contained in:
parent
f0aca5bac1
commit
791a4e835a
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user