mirror of
https://github.com/netbox-community/netbox.git
synced 2024-05-10 07:54:54 +00:00
Cleanup for #9654
This commit is contained in:
@@ -171,7 +171,10 @@
|
||||
</tr>
|
||||
<tr>
|
||||
<th scope="row">Total Weight</th>
|
||||
<td>{{ object.total_weight|floatformat }} Kilograms</td>
|
||||
<td>
|
||||
{{ object.total_weight|floatformat }} Kilograms
|
||||
({{ object.total_weight|kg_to_pounds|floatformat }} Pounds)
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
|
Reference in New Issue
Block a user