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