mirror of
https://github.com/netbox-community/netbox.git
synced 2025-07-16 04:02:52 -06:00
Fixes #13802: Restore 'description' header text for custom fields
This commit is contained in:
parent
b9b9bb134f
commit
252bf03525
@ -32,7 +32,7 @@
|
|||||||
<td>{{ object.group_name|placeholder }}</td>
|
<td>{{ object.group_name|placeholder }}</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<th scope="row"></th>
|
<th scope="row">{% trans "Description" %}</th>
|
||||||
<td>{{ object.description|markdown|placeholder }}</td>
|
<td>{{ object.description|markdown|placeholder }}</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
|
Loading…
Reference in New Issue
Block a user