#10178 add manufacturer to device detail view devicetype

This commit is contained in:
Arthur
2022-08-29 15:26:38 -07:00
parent 624451464f
commit a28ce4e5e6
2 changed files with 5 additions and 1 deletions

View File

@@ -90,7 +90,7 @@
<tr>
<th scope="row">Device Type</th>
<td>
{{ object.device_type|linkify }} ({{ object.device_type.u_height }}U)
{{ object.device_type|linkify:"get_full_name" }} ({{ object.device_type.u_height }}U)
</td>
</tr>
<tr>