From d59847537dce2f413378e6d3e474fdc643b332f3 Mon Sep 17 00:00:00 2001 From: Daniel Sheppard Date: Tue, 7 Dec 2021 10:58:44 -0600 Subject: [PATCH] Fix #7990 - Fix `title` display on contact view --- docs/release-notes/version-3.1.md | 1 + netbox/templates/tenancy/contact.html | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/release-notes/version-3.1.md b/docs/release-notes/version-3.1.md index 2bdad7e2d..100325cde 100644 --- a/docs/release-notes/version-3.1.md +++ b/docs/release-notes/version-3.1.md @@ -4,6 +4,7 @@ ### Bug Fixes +* [#7990](https://github.com/netbox-community/netbox/issues/7990) - Fix `title` display on contact detail view * [#7996](https://github.com/netbox-community/netbox/issues/7996) - Show WWN field in interface creation form --- diff --git a/netbox/templates/tenancy/contact.html b/netbox/templates/tenancy/contact.html index 2c7cef040..534f019c4 100644 --- a/netbox/templates/tenancy/contact.html +++ b/netbox/templates/tenancy/contact.html @@ -33,7 +33,7 @@ Title - {{ object.tile|placeholder }} + {{ object.title|placeholder }} Phone