Просмотр исходного кода

Fix #7990 - Fix `title` display on contact view

Daniel Sheppard 4 лет назад
Родитель
Сommit
d59847537d
2 измененных файлов с 2 добавлено и 1 удалено
  1. 1 0
      docs/release-notes/version-3.1.md
  2. 1 1
      netbox/templates/tenancy/contact.html

+ 1 - 0
docs/release-notes/version-3.1.md

@@ -4,6 +4,7 @@
 
 
 ### Bug Fixes
 ### 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
 * [#7996](https://github.com/netbox-community/netbox/issues/7996) - Show WWN field in interface creation form
 
 
 ---
 ---

+ 1 - 1
netbox/templates/tenancy/contact.html

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