1
0
mirror of https://github.com/netbox-community/netbox.git synced 2024-05-10 07:54:54 +00:00

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

View File

@ -12,5 +12,5 @@
</div> </div>
{% endif %} {% endif %}
</h5> </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> </div>