From 8ec467cd43c8cc604321ae969ff55fc4e7415532 Mon Sep 17 00:00:00 2001 From: Abhimanyu Saharan Date: Sat, 6 May 2023 19:35:21 +0530 Subject: [PATCH] fixed field name --- netbox/templates/inc/panels/custom_fields.html | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/netbox/templates/inc/panels/custom_fields.html b/netbox/templates/inc/panels/custom_fields.html index 8ce6da7e6..de303f92a 100644 --- a/netbox/templates/inc/panels/custom_fields.html +++ b/netbox/templates/inc/panels/custom_fields.html @@ -12,16 +12,18 @@ {% for field, value in fields.items %} - + {% endfor %}
- {% customfield_value field value %} - {% if field.description %} + {{ field }} + {% if field.description %} - {% endif %} + {% endif %} + + {% customfield_value field value %}