diff --git a/netbox/templates/extras/customfield/attrs/type.html b/netbox/templates/extras/customfield/attrs/type.html index 0f6cff9bd..82988599c 100644 --- a/netbox/templates/extras/customfield/attrs/type.html +++ b/netbox/templates/extras/customfield/attrs/type.html @@ -1 +1 @@ -{% load helpers %}{{ value }}{% if object.related_object_type %} ({{ object.related_object_type.model|bettertitle }}){% endif %} \ No newline at end of file +{% load helpers %}{{ object.get_type_display }}{% if object.related_object_type %} ({{ object.related_object_type.model|bettertitle }}){% endif %} \ No newline at end of file