diff --git a/netbox/netbox/tables/template_code.py b/netbox/netbox/tables/template_code.py index 01e8d3211..6ba76217a 100644 --- a/netbox/netbox/tables/template_code.py +++ b/netbox/netbox/tables/template_code.py @@ -1,9 +1,9 @@ SEARCH_RESULT_ATTRS = """ {% for name, value in record.display_attrs.items %} {% with url=value.get_absolute_url %} - + {% if url %}{% endif %} - {{ name|bettertitle }}: {{ value }} + {{ value }} {% if url %}{% endif %} {% endwith %}