1
0
mirror of https://github.com/netbox-community/netbox.git synced 2024-05-10 07:54:54 +00:00

Fixes #13802: Restore 'description' header text for custom fields

This commit is contained in:
Jeremy Stretch
2023-09-18 13:35:54 -04:00
parent b9b9bb134f
commit 252bf03525

View File

@ -32,7 +32,7 @@
<td>{{ object.group_name|placeholder }}</td>
</tr>
<tr>
<th scope="row"></th>
<th scope="row">{% trans "Description" %}</th>
<td>{{ object.description|markdown|placeholder }}</td>
</tr>
<tr>