Fix #7990 - Fix title display on contact view

This commit is contained in:
Daniel Sheppard 2021-12-07 10:58:44 -06:00
parent 36859d89c8
commit d59847537d
2 changed files with 2 additions and 1 deletions

View File

@ -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
---

View File

@ -33,7 +33,7 @@
</tr>
<tr>
<td>Title</td>
<td>{{ object.tile|placeholder }}</td>
<td>{{ object.title|placeholder }}</td>
</tr>
<tr>
<td>Phone</td>