diff --git a/netbox/templates/inc/image_attachments.html b/netbox/templates/inc/image_attachments.html index 70e457b72..c148887a0 100644 --- a/netbox/templates/inc/image_attachments.html +++ b/netbox/templates/inc/image_attachments.html @@ -8,7 +8,7 @@ {% for attachment in images %} - + {{ attachment }} @@ -17,12 +17,12 @@ {{ attachment.created }} {% if perms.extras.change_imageattachment %} - + {% endif %} {% if perms.extras.delete_imageattachment %} - + {% endif %}