From 3eb866f5d258ce0c1abf1ddbda39f3599c9336f6 Mon Sep 17 00:00:00 2001 From: checktheroads Date: Wed, 21 Apr 2021 13:19:30 -0700 Subject: [PATCH] fix image attachment styles --- netbox/templates/inc/image_attachments.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 %}